1 2 3 4 5 6 7 8 9 |
{
$output = ($node, $teaser, $page);
if ($teaser && $node->sticky && empty($node->preview)) {
('New_Region', $output);
$output = '';
}
return $output;
}
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 6 7 8 9 |
{
$output = ($node, $teaser, $page);
if ($teaser && $node->sticky && empty($node->preview)) {
('New_Region', $output);
$output = '';
}
return $output;
}
|