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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Mon Mar 20 10:28:55 2006 UTC (3 years, 8 months ago) by robonoob
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.3: +0 -0 lines
File MIME type: text/x-php
# update the cvs version to drupal-4-6 branch
1 <div class="<?php print "block block-$block->module" ?>" id="<?php
2 print "block-$block->module-$block->delta"; ?>">
3 <h2><?php print $block->subject ?></h2>
4 <div class="content"><?php print $block->content ?></div>
5 </div>

  ViewVC Help
Powered by ViewVC 1.1.2