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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Mar 11 15:35:44 2009 UTC (8 months, 2 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -1 lines
File MIME type: text/x-php
Updated files to those used in Drupal core HEAD.
1 <?php
2 // $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
3 ?>
4 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
5 <h2 class="title"><?php print $block->subject; ?></h2>
6 <div class="content"><?php print $block->content; ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2