View Single Post
  #4 (permalink)  
Old 11-22-2008, 09:44 PM
MakesYouClick MakesYouClick is offline
Casual Pligger
 
Join Date: Nov 2008
Posts: 34
As I remember the Pligg code was not assigning a $main_smarty variable for the page value. You either add a new line like
PHP Code:
$main_smarty->assign('page_number'intval($_GET['page'])) 
or test it via
Code:
{$smarty.get.page}
Reply With Quote