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

Contents of /contributions/themes/ablock/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 29 05:03:02 2008 UTC (16 months ago) by couzinhub
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +10 -0 lines
File MIME type: text/x-php
revision of templates and css
1 <?php // $Id: block.tpl.php,v 1.1.2.1 2008/07/22 23:35:28 couzinhub Exp $ ?>
2
3 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
4 <div class="blockinner">
5 <h2 class="title"> <?php print $block->subject; ?> </h2>
6 <div class="content">
7 <?php print $block->content; ?>
8 </div>
9 </div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2