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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Dec 7 02:32:31 2008 UTC (11 months, 2 weeks ago) by heshanmw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Update theme , remove unnessary HTML and the padding margins
1 <div class="clear-block block block-<?php print $block->module ?>">
2 <?php if ($block->subject): ?><h3 class="block-title"><?php print $block->subject ?></h3><?php endif;?>
3
4 <div class="content">
5 <?php print $block->content ?>
6
7 </div>
8 </div>
9

  ViewVC Help
Powered by ViewVC 1.1.2