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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Nov 3 08:53:01 2007 UTC (2 years ago) by manuelcillero
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +4 -1 lines
File MIME type: text/x-php
Added cvs headers and styles reviewed for IE.
1 <?php /* $Id$
2 CristalX4Drupal Theme
3 */
4 ?>
5 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
6 <?php if ($block->subject): ?><h2 class="block-title"><?php print $block->subject ?></h2><?php endif;?>
7
8 <div class="content">
9 <?php print $block->content ?>
10
11 </div>
12 </div>
13

  ViewVC Help
Powered by ViewVC 1.1.2