lets say i have a
defile ("#something#", "translated something");
#something# will automatically be changed in any php code that follows ...
but what if i placed #something# in a tpl file ?
any ideas ??
i know i have to read throught the buffer to do it but so far i haven't been succesfull ... any help is appreciated thanks.
and no it's not just one thing so str_replace is pointless ....