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

Contents of /contributions/modules/accordion_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)
Mon Jun 15 06:26:31 2009 UTC (5 months, 1 week ago) by prajwala
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the accordion 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