/[drupal]/contributions/themes/yui-framework/block.tpl.php
ViewVC logotype

Contents of /contributions/themes/yui-framework/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Apr 11 09:03:30 2008 UTC (19 months, 2 weeks ago) by xavierbriand
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
création
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
5
6 <?php if ($block->subject): ?>
7 <h2><?php print $block->subject ?></h2>
8 <?php endif;?>
9
10 <div class="content"><?php print $block->content ?></div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2