hi everybody, can i use the drupal tags like <?php print $search_box ?> in a customized block?

Comments

alexrayu’s picture

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?