<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/html/tags/theming</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 03:05:31 GMT</pubDate>
<item>
<title>(HTML) Drupal: output theme variables - marcoba</title>
<link>http://snipplr.com/view/3846/drupal-output-theme-variables/</link>
<description><![CDATA[ <p>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 relative node.tpl.php file.</p> ]]></description>
<pubDate>Thu, 04 Oct 2007 11:10:22 GMT</pubDate>
<guid>http://snipplr.com/view/3846/drupal-output-theme-variables/</guid>
</item>
</channel>
</rss>