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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jul 24 21:02:16 2007 UTC (2 years, 4 months ago) by melon
Branch: MAIN
CVS Tags: DRUPAL-5--0-11, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +1 -2 lines
File MIME type: text/x-php
Small modifications
1 <?php // $Id: $
2 //
3 // Ubiquity Drupal theme block.tpl.php file
4 //
5 ?><div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
6 <div class="block-inner">
7 <h2 class="title"> <?php print $block->subject; ?> </h2>
8 <div class="content">
9 <?php print $block->content; ?>
10 </div>
11 </div>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2