From 9c9b82ba5945c718ca1015da3e1e6cd8caa0d341 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sun, 27 May 2018 09:55:05 +0200 Subject: [PATCH] Frio: move tos link to a another place in the nave menu --- view/theme/frio/templates/nav.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index 9695f7c424..e7e294434e 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -161,15 +161,16 @@ {{if $nav.help}}
  • {{$nav.help.1}}
  • {{/if}} - {{if $nav.tos}} -
  • {{$nav.tos.1}}
  • - {{/if}} {{if $nav.settings}}
  • {{$nav.settings.1}}
  • {{/if}} {{if $nav.admin}}
  • {{$nav.admin.1}}
  • {{/if}} + {{if $nav.tos}} + +
  • {{$nav.tos.1}}
  • + {{/if}} {{if $nav.logout}}
  • {{$nav.logout.1}}