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') { $vars['template_files][] = 'node-'. $vars['node']->nid; } return $vars; }
From the Design Piracy series on my blog: