]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageTrailPlugin
add UriResolver needed for external rdf access
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageTrailPlugin
1 Date: Fri, 29 Dec 2006 18:57:39 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13)
3 X-Rcs-Id: $Id: Help%2FPageTrailPlugin,v 1.1 2007-01-02 13:26:05 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPageTrailPlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 Displays the recently visited pages.
13
14 ! Usage
15 Typically add to some template at the top or at the bottom. See themes/blog.
16
17 <verbatim>
18  <?plugin PageTrail?>
19  <?plugin PageTrail numberlinks=5?>
20  <?plugin PageTrail invisible=1?>
21 /verbatim>
22
23 ! Arguments
24
25 page _(default: current pagename)_:
26   The page to execute upon.
27
28 ! Optional Configuration
29
30 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini
31
32 ! Example
33
34 <verbatim>
35 <?plugin PageTrail ?>
36 </verbatim>
37
38 <?plugin PageTrail ?>
39
40 ! Author
41 PhpWiki:CarstenKlapp ?
42
43 ! See Also
44
45 ----
46 PhpWikiDocumentation Help:WikiPlugin