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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Mar 9 21:05:28 2009 UTC (8 months, 2 weeks ago) by nickbits
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
Initial Release
1 <?php
2 // $Id: block.tpl.php,v 1.1.6.2 2008/11/28 06:14:30 andregriffin Exp $
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
5
6 <?php if (!empty($block->subject)): ?>
7 <h2><?php print $block->subject ?></h2>
8 <?php endif;?>
9
10 <div class="content">
11 <?php print $block->content ?>
12 </div>
13
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2