Displaying php variable from tpl file
Moderator: General Moderators
Displaying php variable from tpl file
Hi, how can I display php variable from tpl file?
Re: Displaying php variable from tpl file
Hi,
That depends on how the script opens the tpl files.
Does:
work? 
That depends on how the script opens the tpl files.
Does:
Code: Select all
<?php echo $var; ?>