/ Published in: HTML
URL: http://www.group42.ca/theme_variable_total_visibility
Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function:
function phptemplatevariables($hook, $vars) { return array('vars_data' => $vars); }
then add the snippet to the relative node.tpl.php file.
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.

alternatively the more generic:
,
or the extensive
alternatively the more generic:
<pre><?php print_r($node) ?></pre>,
<pre><?php print_r($array_var) ?></pre>or the extensive
<pre><?php print_r(get_defined_vars()) ?></pre>