2013-02-22, 09:40 PM
Hello 
I have a question... I try to add a variable to global.php file and call it to the header template, but the variable is not displayed ...
This is an example :
Global.php
Header template
What's wrong?
Thank for the replys

I have a question... I try to add a variable to global.php file and call it to the header template, but the variable is not displayed ...
This is an example :
Global.php
...
$variabletest="hello";
...
Header template
...
{$variabletest}
...
What's wrong?
Thank for the replys
