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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Oct 22 00:26:34 2007 UTC (2 years, 1 month ago) by colorado
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
added titlewrap div so collapsiblock arrows show
1 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <div class="titlewrap"><h2 class="title"><?php print $block->subject; ?></h2></div>
3 <div class="content"><?php print $block->content; ?></div>
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2