Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
545
posted 15 years ago by marcoba