]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageTrailPlugin
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageTrailPlugin
1 Date: Sat, 2 Aug 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPageTrailPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~PageTrail* plugin displays the recently visited pages.
12
13 !!! Usage
14 Typically add to some template at the top or at the bottom. See themes/blog.
15
16 <verbatim>
17  <?plugin PageTrail?>
18  <?plugin PageTrail numberlinks=5?>
19  <?plugin PageTrail invisible=1?>
20 </verbatim>
21
22 !!! Arguments
23
24 page _(default: current pagename)_:
25   The page to execute upon.
26
27 !!! Optional Configuration
28
29 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini
30
31 !!! Example
32
33 <verbatim>
34 <?plugin PageTrail ?>
35 </verbatim>
36
37 <?plugin PageTrail ?>
38
39 !!! Author
40 [Carsten Klapp|PhpWiki:CarstenKlapp] ?
41
42 !!! See Also
43
44 ----
45 [PhpWikiDocumentation] [CategoryWikiPlugin]