30
Sorry, I do not speak English, is very difficult for me.
In my site the file index.php the original line n.58 is
$pagenav = new XoopsPageNav($total, $limit, $start, 'start', 'num='.$limit.'&op='.$_REQUEST['op']);
don't work.
if i modify in:
$pagenav = new XoopsPageNav($total, $limit, $start, 'start', 'num='.$limit.'&op='.$op);
is ok....