Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
<?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; }
Pasted October 17, 2007 4:34PM EDT
by Joon Park (joon)
Embed
paste again