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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Jan 7 19:34:19 2008 UTC (22 months, 2 weeks ago) by xano
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -0 lines
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 $description='<span>'.$description.'</span>';
5 }
6 echo '<li class="'.$zebra.($children?' parent':NULL).'"><a href="'.$url.'">'.$name.$description.'</a>'.$children."</li>\n";

  ViewVC Help
Powered by ViewVC 1.1.2