/[drupal]/contributions/themes/litejazz/blk-rollover1.tpl.php
ViewVC logotype

Contents of /contributions/themes/litejazz/blk-rollover1.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 9 01:42:26 2008 UTC (14 months, 2 weeks ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-5--1-7, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Complete overhaul, fixed numerous bugs.
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> rollover-block rollover1-block">
2
3 <?php if ($block->subject): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6
7 <div class="content"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2