7 Feb 17:21
Previous Page
Daniel <dkml <at> xs4all.nl>
2012-02-07 16:21:17 GMT
2012-02-07 16:21:17 GMT
Hello,
I want to put something in my page like
"You are coming from {$PrevPage}"
(Where $PrevPage is the previous page)
so I put in config.php
$pagename = ResolvePageName($pagename);
if ($pagename != $prevpage) {
$prevpage = ResolvePageName($prevpage);
$FmtPV['PrevPage'] = PageVar($prevpage, '$FullName');
$prevpage = $pagename;
}
(inspired by a recent post on this list)
But it doesn't work. Probably because I do not fully understand the
working of these functions -I cannot find any documentation.
Can someone help me here?
TIA, Daniel K
RSS Feed