Elsewhere the explanation is given that we should call a function getting a persistent variable like :
<?php print variable_get('site_footer', '') ?>
I have noticed, that not all variables can be used with it. Variables from PHPTemplate return nothing.
Which variables are supported?
But where is the list for these variables? Will somebody please point out?
Comments
And...
Elsewhere the explanation is given that we should call a function getting a persistent variable like :
I have noticed, that not all variables can be used with it. Variables from PHPTemplate return nothing.
Which variables are supported?
But where is the list for these variables? Will somebody please point out?