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

Contents of /contributions/themes/beginningW2/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 May 13 12:39:40 2009 UTC (6 months, 2 weeks ago) by robby
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-3, HEAD
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
6.x-1.3 release :
add 3 floating blocks // 3 others regions for the "Headerblock" floating blocks, above Featured region.
Provided by Demir http://drupal.org/user/173084
issue : #424086
1 <?php
2 // $Id: block.tpl.php,v 1.1 2008/06/09 16:31:31 robby Exp $
3 // beginning Web 2.0 drupal 6.x theme, created by robin / biboo.net / gazwal.com
4 ?>
5 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
6 <h2 class="title">
7 <?php print $block->subject; ?>
8 </h2>
9 <div class="blockcontent"><?php print $block->content; ?></div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2