/[drupal]/contributions/themes/redhot/block-comment.tpl.php
ViewVC logotype

Contents of /contributions/themes/redhot/block-comment.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 28 17:40:45 2008 UTC (14 months, 4 weeks ago) by stclaird
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial Release for Drupla 6.0
1 <div class="sidebox">
2 <div class="boxhead">
3 <?php if($block->subject) { ?>
4 <h2 class="title"><?php print $block->subject; ?></h2>
5 <?php } ?>
6 </div>
7 <div class="boxbody">
8 <?php print $block->content; ?>
9 </div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2