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

Contents of /contributions/themes/aberdeen/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 Feb 1 13:53:11 2007 UTC (2 years, 9 months ago) by johnnybegood
Branch: MAIN
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-7, DRUPAL-5--1-6, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
*** empty log message ***
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <div class="blockinner">
3 <h2 class="title"> <?php print $block->subject; ?> </h2>
4 <div class="content">
5 <?php print $block->content; ?>
6 </div>
7 </div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2