Commit 47772d21 authored by Dariusz Koryto's avatar Dariusz Koryto
Browse files

Fix

parent fef5e871
Loading
Loading
Loading
Loading
+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>
+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>
+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"
+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) {