FindPage
View Source:
Help/PageTrailPlugin
Displays the recently visited pages. ! Usage Typically add to some template at the top or at the bottom. See themes/blog. <verbatim> <?plugin PageTrail?> <?plugin PageTrail numberlinks=5?> <?plugin PageTrail invisible=1?> /verbatim> ! Arguments page _(default: current pagename)_: The page to execute upon. ! Optional Configuration define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini ! Example <verbatim> <?plugin PageTrail ?> </verbatim> <?plugin PageTrail ?> ! Author PhpWiki:CarstenKlapp ? ! See Also ---- PhpWikiDocumentation Help:WikiPlugin