/[drupal]/contributions/themes/tapestry/blk-outline2.tpl.php
ViewVC logotype

Contents of /contributions/themes/tapestry/blk-outline2.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 22 03:15:47 2008 UTC (21 months ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial Release for Drupal 5.0
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> blk-outline blk-outline2">
2
3 <?php if ($block->subject): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6
7 <div class="content"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2