Profile
Achievement
marcoba's Recent SnippetsTagged drupal
- All /
« Prev 1 Next »
Drupal snippet: outputs all theming variables of a content type or page. Add to template.php the following function:
function _phptemplate_variables($hook, $vars) {
return array('vars_data' => $vars);
}
then add the snippet to the relativ...
5
896
posted 17 years ago by marcoba