diff options
author | P. J. McDermott <pehjota> | 2012-12-06 16:52:43 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-12-06 16:52:43 (EST) |
commit | 383f28fcc7509bdd2e4c93c5cc37acad8093a240 (patch) | |
tree | fe85f10c1504743b267574d6bb72fb5e89e674c7 /templates | |
parent | bff2c7f83b571cb9306278be1c985585905ec3f2 (diff) |
Add editing help link to template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index a77b426..50e6c76 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -75,6 +75,7 @@ <TMPL_IF EDITURL> <li> <a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a> + (<a href="/wiki/editing">Help</a>) </li> </TMPL_IF> <TMPL_IF GETSOURCEURL> |