/[drupal]/contributions/modules/accordian_blocks/block.tpl.php
ViewVC logotype

Contents of /contributions/modules/accordian_blocks/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 Jun 13 11:05:26 2009 UTC (5 months, 2 weeks ago) by prajwala
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of accordian_blocks module
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block-<?php print $block->module ?>">
5
6 <?php if (!empty($block->subject)): ?>
7 <h2><a href="#"><?php print $block->subject ?></a></h2>
8 <?php endif;?>
9 <div class="content"><?php print $block->content ?></div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2