View Single Post
  #3  
Old 02-04-2005, 05:52 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Works for V4.0.x


Code:
{* $Id: navigation.tpl,v 1.14 2004/06/24 13:09:51 max Exp $ *} {* NAVIGATION MOD BY SHAN - WWW.FUTUREWEBSERVICES.COM *} {if $total_pages gt 2} <TABLE border="0" align="center" cellpadding="5" cellspacing="0"> <TR > {if $navigation_page ne $start_page} <TD>[img]{$ImagesDir}/larrow.gif[/img]Previous Page</TD> {/if} <td align="center">Products {$first_item} to {$last_item} of {$total_items}</td> {if %page.last%} {math equation="pages-1" pages=$total_pages assign="total_pages_minus"} {if $navigation_page lt $total_super_pages*$config.Appearance.max_nav_pages} <TD align="right">Next Page[img]{$ImagesDir}/rarrow.gif[/img]</TD> {/if} {/if} </TR> </TABLE> <TABLE border="0" align="center" cellpadding="5" cellspacing="0"> <TR height="14"> <TD align="center" >Page </TD> {section name=page loop=$total_pages start=$start_page} {if %page.index% eq $navigation_page} <TD align="center" title="{$lng.lbl_current_page}: #{%page.index%}" id=TextPink> [ {%page.index%} ] </TD> {else} {if %page.index% ge 100} {assign var="cell_width" value="23"} {assign var="suffix" value="_wide"} {else} {assign var="cell_width" value="17"} {assign var="suffix" value=""} {/if} <TD align="center" >{%page.index%} </TD> {/if} {/section} </TR></TABLE> {/if}

and yes please read the rules before posting
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote