/[drupal]/contributions/theme-engines/phptemplate/block.tpl.php
ViewVC logotype

Contents of /contributions/theme-engines/phptemplate/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Sep 11 14:26:16 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
CVS Tags: HEAD
Branch point for: avendor, DRUPAL-4-5, DRUPAL-4-6
File MIME type: text/x-php
First commit of the new PHPTemplate engine for Drupal 4.5
1 <div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
2 <h2><?php print $block->subject ?></h2>
3 <div class="content"><?php print $block->content ?></div>
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2