Loading block.tpl.php +1 −3 Original line number Diff line number Diff line <?php /** * @file block.tpl.php * * @file * Theme implementation to display a block. */ ?><div class="gadget"> <?php if ($block->subject): ?> <h2 class="star"><?php print $block->subject ?></h2> Loading node.tpl.php +1 −3 Original line number Diff line number Diff line <?php /** * @file node.tpl.php * * @file * Theme implementation to display a node. */ ?><div class="article"> <?php if ($page == 0): ?> <h2><a href="<?php print $node_url; ?>" title="<?php print $title; ?>"><?php print $title; ?></a></h2> Loading page.tpl.php +0 −1 Original line number Diff line number Diff line <?php /** * @file * * Theme implementation to display a page. */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Loading template.php +2 −7 Original line number Diff line number Diff line <?php /** * @file template.php * @file * Template settings. */ /** * Inserts custom CSS files based on theme settings. * * @param $vars * * An array of variables to pass to the theme template. * @return array */ function green_worm_preprocess_node(&$vars) { Loading Loading
block.tpl.php +1 −3 Original line number Diff line number Diff line <?php /** * @file block.tpl.php * * @file * Theme implementation to display a block. */ ?><div class="gadget"> <?php if ($block->subject): ?> <h2 class="star"><?php print $block->subject ?></h2> Loading
node.tpl.php +1 −3 Original line number Diff line number Diff line <?php /** * @file node.tpl.php * * @file * Theme implementation to display a node. */ ?><div class="article"> <?php if ($page == 0): ?> <h2><a href="<?php print $node_url; ?>" title="<?php print $title; ?>"><?php print $title; ?></a></h2> Loading
page.tpl.php +0 −1 Original line number Diff line number Diff line <?php /** * @file * * Theme implementation to display a page. */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" Loading
template.php +2 −7 Original line number Diff line number Diff line <?php /** * @file template.php * @file * Template settings. */ /** * Inserts custom CSS files based on theme settings. * * @param $vars * * An array of variables to pass to the theme template. * @return array */ function green_worm_preprocess_node(&$vars) { Loading