Print alle node variables in Drupal

If you want to print all variables from a Drupal node insert this piece of code in the your template like node.tpl.php.

<pre>

Print alle node variables
<?php  print_r($node);?>

</pre>

Post new comment
The content of this field is kept private and will not be shown publicly.