/[drupal]/contributions/modules/vocabindex/vocabindex_page.tpl.php
ViewVC logotype

Contents of /contributions/modules/vocabindex/vocabindex_page.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jan 7 19:34:19 2008 UTC (22 months, 3 weeks ago) by xano
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
Fixed issues #204027 and #206837 (thanks to Surprise) as well as some other bugs  and added some new features
1 <?php
2 if($description)
3 {
4 echo '<p class="vocabindex-desc">'.$description.'</p>';
5 }
6 echo $list;
7 ?>

  ViewVC Help
Powered by ViewVC 1.1.2