View Single Post
  #16  
Old 10-20-2007, 03:10 PM
 
fotodog13 fotodog13 is offline
 

Senior Member
  
Join Date: Sep 2007
Posts: 126
 

Default Re: Removing the images in the category boxes?

I believe this should be the template.

{* $Id: fancy_categories.tpl,v 1.2 2005/11/17 06:55:45 max Exp $ *}
{include file="main/include_js.tpl" src="`$fc_skin_path`/func.js"}
<script type="text/javascript">
<!--
var bLeftOn = new Image();
var bLeftOff = new Image();
var bCenterOn = new Image();
var bCenterOff = new Image();
var bRightOn = new Image();
var bRightOff = new Image();

bLeftOn.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_l_on-b.gif";
bLeftOff.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_l_off-b.gif";
bCenterOn.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_m_on-b.gif";
bCenterOff.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_m_off-b.gif";
bRightOn.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_r_on-b.gif";
bRightOff.src = "{$fc_skin_web_path}/{$config.Fancy_Categories.candy_img_skin}/button_r_off-b.gif";
-->
</script>
<div id="{$fancy_cat_prefix}rootmenu">
{include file="`$fc_skin_path`/fancy_subcategories.tpl" level=0}
</div>
__________________
scott v
x cart version 4.1.8 (Unix)
Reply With Quote