Quote:
|
Originally Posted by omegatron You can place a manual $perpage variable in showcat if you like |
I inserted: $perpage = 50; as shown below
$perpage = 50;
$perpage1x = $Globals['thumbcols'];
$perpage3x = ($perpage1x * 3);
but I suspect I need to add another bit of code because only 24 items are being listed.