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

Contents of /contributions/themes/atck/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 Oct 20 23:24:06 2007 UTC (2 years, 1 month ago) by calebg
Branch: MAIN
CVS Tags: DRUPAL-5--5-0, DRUPAL-5--6-0, DRUPAL-5--3-0, DRUPAL-5--4-0, DRUPAL-5--1-0, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0, DRUPAL-6--1-0, DRUPAL-6--4-0, HEAD
Branch point for: DRUPAL-5--3, DRUPAL-6--1, DRUPAL-6--2, DRUPAL-6--3, DRUPAL-6--4, DRUPAL-5--5, DRUPAL-5--4, DRUPAL-5--6
File MIME type: text/x-php
Initial commit of atck. Advanced Theme Construction Kit
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <?php if ($block->subject): ?>
3 <h2 class="title"><?php print $block->subject; ?></h2>
4 <?php endif; ?>
5 <div class="content">
6 <?php print $block->content; ?>
7
8 </div>
9 </div> <!-- /#block-<?php print $block->module .'-'. $block->delta; ?> -->
10

  ViewVC Help
Powered by ViewVC 1.1.2