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 yourTheme_node($node, $teaser = 0, $page = 0) { $output = phptemplate_node($node, $teaser, $page); if ($teaser && $node->sticky && empty($node->preview)) { drupal_set_content('New_Region', $output); $output = ''; } return $output; }
From the Design Piracy series on my blog: