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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jan 27 11:51:28 2009 UTC (9 months, 4 weeks ago) by stevejb
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA10, DRUPAL-6--1-0-ALPHA11, DRUPAL-6--1-0-ALPHA12, DRUPAL-6--1-0-ALPHA13, DRUPAL-6--1-0-ALPHA5, DRUPAL-6--1-0-ALPHA8, DRUPAL-6--1-0-ALPHA9, HEAD
File MIME type: text/x-php
*** empty log message ***
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 <h3><?php print $block->subject ?></h3>
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