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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Mar 8 10:58:34 2007 UTC (2 years, 8 months ago) by xweb
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <div class="blockinner">
3
4 <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?>
5
6 <div class="content">
7 <?php print $block->content; ?>
8 </div>
9
10 </div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2