diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 4e6c56c..00edb50 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -71,7 +71,8 @@ <ul> <TMPL_IF EDITURL> <li> - <a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a> + <!-- a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a --> + Edit (<a href="/wiki/editing">Help</a>) </li> </TMPL_IF> |