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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Tue Dec 23 14:31:18 2008 UTC (11 months ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
New version. Some changes to style.css.
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block_id ?>">
2 <?php if ($block->subject): ?>
3 <h2><?php print $block->subject ?></h2>
4 <?php endif;?>
5
6 <div class="content">
7 <?php print $block->content ?>
8 </div>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2