diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-05-05 15:50:29 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-05-05 15:50:29 +0200 |
commit | 76ce00580d5ef27df16559447944c1eb1b48ce41 (patch) | |
tree | 5cf661e157ad8f652dc8a143778e5e5ce1655e68 /template/pages/wiki_template | |
parent | 2669dd396b4106cb1e68eea59cac87bc51b2adc2 (diff) |
Add new-page button
Diffstat (limited to 'template/pages/wiki_template')
-rw-r--r-- | template/pages/wiki_template/content.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html index 708f9af..c12be0b 100644 --- a/template/pages/wiki_template/content.html +++ b/template/pages/wiki_template/content.html @@ -4,6 +4,7 @@ <TMPL_IF HAVE_ACTIONS> <TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><div class="actions"></TMPL_IF> <ul> +<li><a href="/new-wiki-page">Neue Seite anlegen</a></b></li> <TMPL_IF EDITURL> <li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Bearbeiten</a></li> </TMPL_IF> |