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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon May 28 21:56:18 2007 UTC (2 years, 5 months ago) by antinomia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -0 lines
File MIME type: text/x-php
Update Andreas09 for Drupal 5.x.
1 <?php
2 // $Id$
3 ?>
4 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
5 <h1><?php print $block->subject; ?></h1>
6 <div class="content"><?php print $block->content; ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2