/[drupal]/contributions/themes/admire-navy/block.tpl.php
ViewVC logotype

Contents of /contributions/themes/admire-navy/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Apr 26 19:03:57 2008 UTC (19 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id$
3 ?>
4 <div class="blocktop">
5 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
6 <?php if ($block->subject): ?>
7 <div class="blockh2"><h4><?php print $block->subject; ?></h4></div>
8 <?php endif;?>
9 <div class="content"><?php print $block->content; ?></div>
10 </div></div>
11 <div class="blockbottom"></div>

  ViewVC Help
Powered by ViewVC 1.1.2