Revision: 52860
Updated Code
at November 3, 2011 09:31 by tsubryan
Updated Code
<?php echo '<pre>'; var_dump(get_defined_vars()); echo '</pre>'; ?>
Revision: 52859
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 3, 2011 05:48 by tsubryan
Initial Code
<?php echo '<pre>'; print_r($vars['template_files']); echo '</pre>'; ?>
Initial URL
Initial Description
Used to print the variables on a given page. in drupal 6.
Initial Title
Drupal Print Variables
Initial Tags
php, drupal
Initial Language
PHP