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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Jun 23 21:22:50 2006 UTC (3 years, 5 months ago) by rkerr
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -2 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php /* $Id: block.tpl.php,v 1.1.4.1 2006/06/22 19:56:00 rkerr Exp $ */ ?>
2 <?php if ($block->region != 'header' && $block->module != 'menu'): ?>
3 <div id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>" class="block<?php print " block-$block->module"; ?><?php print ($block->region == 1 || $block->region == 'right') ? ' featurebox': ''; ?>">
4 <?php if ($block->subject): ?>
5 <h4><?php print $block->subject; ?></h4>
6 <?php endif; ?>
7 <?php print $block->content; ?>
8 </div>
9 <?php else: ?>
10 <?php print $block->content; ?>
11 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.2