View Single Post
  #4 (permalink)  
Old 02-08-2006, 10:23 PM
AshDigg's Avatar
AshDigg AshDigg is offline
Mayor of PliggVille
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
I quick fix is to open /libs/html1.php

find function do_pages($total, $page_size=25) {

In this function there will be 5 lines that start like this...
echo '<a href="?page='.$i.$query

Change them to start like this....
echo '<a href="/?page='.$i.$query

I can't think of a permanent fix at the moment, so I'll come back to it again.
__________________
- Ash

Last edited by AshDigg; 02-08-2006 at 10:30 PM..
Reply With Quote