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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 13 21:07:16 2008 UTC (22 months, 1 week ago) by RonWilliams
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial theme commit
1 <div class="right_articles">
2 <p>
3 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
4
5 <?php if ($block->subject): ?>
6 <b><?php print $block->subject ?></b><br />
7 <?php endif;?>
8
9 <div class="content"><?php print $block->content ?></div>
10 </div></p>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2