Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
function _phptemplate_variables($vars, $hook) { static $node_types = aray(); if ($hook == 'node') { $node_types[] = $vars['node']->type; } elseif ($hook == 'page') { $vars['node_types'] = $node_types; } return $vars; }
This paste will be private.
From the Design Piracy series on my blog: