View Single Post
  #4  
Old 10-08-2008, 12:57 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Marage navigation page numbers in Firefox and Safari

Quote:
Originally Posted by peterstagg
Hi Yurij

Here is the code for Navigation.tpl
..........
Thanks for your offer to assist.

Peter


Try change next line in this file:

PHP Code:
<td class="NavigationCell{$suffix}"><a href="{$navigation_script}&amp;page={%page.index%} " title="{$lng.lbl_page|escape} #{%page.index%}">{%page.index%}</a><img src="{$ImagesDir}/spacer.gif" alt="" /></td

on this code

PHP Code:
<td class="NavigationCell{$suffix}"><a href="{$navigation_script}&amp;page={%page.index%} " title="{$lng.lbl_page|escape} #{%page.index%}">{%page.index%}</a></td
Reply With Quote