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}&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}&page={%page.index%} " title="{$lng.lbl_page|escape} #{%page.index%}">{%page.index%}</a></td>