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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Mar 18 09:32:52 2009 UTC (8 months, 1 week ago) by hoainam12k
Branch: MAIN
CVS Tags: DRUPAL-6--1-2, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
For Drupal 6.0
1 <?php
2 // $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="main">
5 <div class="middle">
6 <div class="bottom">
7 <?php if (!empty($block->subject)): ?>
8 <h2><?php print $block->subject ?></h2>
9 <?php endif;?>
10
11 <div class="content"><?php print $block->content ?></div>
12 </div>
13 </div>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2