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

Contents of /contributions/themes/blommor01/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 Feb 9 21:36:21 2008 UTC (21 months, 2 weeks ago) by frjo
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
First commit of he Blommor01 theme.
1
2 <!-- start block -->
3 <div id="block-<?php print "$block->module-$block->delta" ?>" class="block block-<?php print $block->module ?>">
4 <?php if ($block->subject): ?>
5 <h2><?php print $block->subject ?></h2>
6 <?php endif; ?>
7 <div class="content clear-block"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2