Page 1 of 1

Displaying php variable from tpl file

Posted: Wed Mar 16, 2011 1:09 am
by wihvd
Hi, how can I display php variable from tpl file?

Re: Displaying php variable from tpl file

Posted: Wed Mar 16, 2011 11:51 am
by Mini
Hi,
That depends on how the script opens the tpl files.
Does:

Code: Select all

<?php echo $var; ?>
work? :P