Parent Directory
|
Revision Log
|
Revision Graph
#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 . ' '; } ?><?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 |