/[drupal]/contributions/themes/spreadfirefox/block.tpl.php
ViewVC logotype

Contents of /contributions/themes/spreadfirefox/block.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Sun Nov 2 09:21:07 2008 UTC (12 months, 3 weeks ago) by madmaks
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +5 -2 lines
File MIME type: text/x-php
clean up
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <?php if ($block->subject): ?>
3 <h2><span><?php print $block->subject ?></span></h2>
4 <?php endif;?>
5
6 <div class="content"><?php print $block->content ?></div>
7 </div>
8

  ViewVC Help
Powered by ViewVC 1.1.2