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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Sat Jul 25 23:39:02 2009 UTC (4 months ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, HEAD
Changes since 1.3: +2 -2 lines
File MIME type: text/x-php
#458618: Knocks out right sidebar in theme
1 <?php
2 // $Id: taxonomy-filter-item.tpl.php,v 1.3 2009/05/12 04:14:07 solotandem Exp $
3 ?>
4 <?php if (isset($pre_item)) { print $pre_item; } ?>
5 <li<?php if (isset($class)) { print ' class="'. $class .'"'; } ?><?php if (isset($style)) { print ' style="'. $style .'"'; } ?>>
6 <?php if (isset($pre_link)) { print $pre_link . '&nbsp;'; } ?><?php if (isset($link)) { print $link; } ?><?php if (isset($post_link)) { print $post_link; } ?>
7 </li>
8 <?php if (isset($post_item)) { print $post_item; } ?>

  ViewVC Help
Powered by ViewVC 1.1.2