Thread
:
Pagenumer in meta tags
View Single Post
#
4
(
permalink
)
11-22-2008, 09:44 PM
MakesYouClick
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}
MakesYouClick
View Public Profile
Send a private message to MakesYouClick
Find all posts by MakesYouClick