diff options
Diffstat (limited to 'template/pages')
-rw-r--r-- | template/pages/wiki_template/content.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html index c12be0b..f43920c 100644 --- a/template/pages/wiki_template/content.html +++ b/template/pages/wiki_template/content.html @@ -2,8 +2,9 @@ <TMPL_IF HTML5><section class="pageheader"><TMPL_ELSE><div class="pageheader"></TMPL_IF> <TMPL_IF HAVE_ACTIONS> -<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><div class="actions"></TMPL_IF> -<ul> +<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><nav class="navbar navbar-default"><div class="container-fluid"> +</TMPL_IF> +<ul class="nav navbar-nav"> <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> @@ -34,7 +35,7 @@ </TMPL_IF> </TMPL_IF> </ul> -<TMPL_IF HTML5></nav><TMPL_ELSE></div></TMPL_IF> +<TMPL_IF HTML5></nav><TMPL_ELSE></div></nav></TMPL_IF> </TMPL_IF> <TMPL_IF OTHERLANGUAGES> |