Hi balinor
Many thanks for your help, here is the coding for the categories.tpl
Quote:
{* $Id: categories.tpl,v 1.1.2.25 2007/06/19 08:01:50 max Exp $ *}
{capture name=menu}
{if $active_modules.Fancy_Categories ne ""}
{include file="modules/Fancy_Categories/categories.tpl"}
{assign var="fc_cellpadding" value="0"}
{else}
<table cellpadding="4" cellspacing="1">
{if $config.General.root_categories eq "Y"}
{foreach from=$categories item=c}
{* BCSE - category headings *}{if $c.category_heading ne ""}<tr><td colspan=2 >
{$c.category_heading}
</td>
</tr>{/if}{* BCSE - end category headings *}
<tr>
<td valign="top"><img src="{$ImagesDir}/category_bullet.gif" width="5" height="13" alt="" /></td>
<td><a href="home.php?cat={$c.categoryid}" class="VertMenuItems"><font class="CategoriesList">{$c.category}</font></a></td>
</tr>
{/foreach}
{else} {foreach from=$subcategories item=c key=catid}
{* BCSE - category headings *}{if $c.category_heading ne ""}<tr><td colspan=2 >
{$c.category_heading}
</td>
</tr>{/if}{* BCSE - end category headings *}
<tr>
<td valign="top"><img src="{$ImagesDir}/category_bullet.gif" width="5" height="13" alt="" /></td>
<td><a href="home.php?cat={$catid}" class="VertMenuItems"><font class="CategoriesList">{$c.category}</font></a></td>
</tr>
{/foreach}
{/if}
</table>
{/if}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu cellpadding=$fc_cellpadding}
|
I couldn't find anything in here that helped, Carrie at BCSE has just installed their Cat mod for me, but before this was installed i couldn't find anything in caterories.tpl either to help, i did try a few setting in my css file but still nothing that helped.
Appreciate your help thanks Dean