/[drupal]/contributions/modules/taxonomy_filter/taxonomy-filter-section.tpl.php
ViewVC logotype

Contents of /contributions/modules/taxonomy_filter/taxonomy-filter-section.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jul 13 22:52:33 2008 UTC (16 months, 2 weeks ago) by styro
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
File MIME type: text/x-php
New Drupal 6 compatible rewrite.
1 <?php
2 // $Id$
3 ?>
4 <div<?php if ($class) { print ' class="'. $class .'"'; } ?>>
5 <h3><?php print $title ?></h3>
6 <?php if ($is_list): ?>
7 <ul>
8 <?php endif; ?>
9 <?php print $content ?>
10 <?php if ($is_list): ?>
11 </ul>
12 <?php endif; ?>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2