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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Dec 1 10:46:52 2008 UTC (11 months, 3 weeks ago) by neerjasoftwares
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
5
6 <?php if (!empty($block->subject)): ?>
7 <h2><?php print $block->subject ?></h2>
8 <?php endif;?>
9
10 <div class="content"><?php print $block->content ?></div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2