Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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
More info
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?