View Single Post
  #4  
Old 03-17-2006, 10:37 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

Thanks for the mod, i just changed it a little bit, not much, but i think it looks better, you can see this at: http://www.shisha.co.uk/shopcart/home.php

Code:
{* $Id: menu_bestsellers.tpl,v 1.10.2.1 2004/11/16 11:15:01 max Exp $ *} {if $bestsellers} {capture name=menu} <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> {section name=num loop=$bestsellers} <TR> <TD width="30"> {include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=25 product=$bestsellers[num].product} </TD> <TD class="VertMenuItems" height="16">{math equation="value+1" value=$smarty.section.num.index}. {$bestsellers[num].product} </TD> </TR> {if not $smarty.section.num.last} <TR> <TD class="VertMenuLine">[img]{$ImagesDir}/spacer.gif[/img]</TD> </TR> {/if} {/section} </TABLE> {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_bestsellers menu_content=$smarty.capture.menu } {/if}
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote