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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Sep 28 17:10:45 2007 UTC (2 years, 1 month ago) by frando
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
Drupal 6.x port of bluebreeze. bluebreeze-fixed is not yet working right.
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