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