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

Contents of /contributions/themes/HWCTravel/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 Sep 15 06:38:02 2008 UTC (14 months, 1 week ago) by khalemi
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-0-BETA1, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
commit 15th Sept
1 <?php
2 // $Id: block.tpl.php,v 1.1.1.1.0.0 2008/09/15 18:56:12 khalemi Exp $
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta ?>" class="block block-<?php print $block->module ?> block-<?php print $block_id ?>">
5 <?php if ($block->subject) : ?>
6 <div class="corner-top-left"></div><div class="corner-top-right"></div>
7 <h1><?php print $block->subject ?></h1>
8 <?php endif; ?>
9 <div class="content"><?php print $block->content ?></div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2