From 688ef34d98dbfafb5418f15eabd8bc41e9a5b581 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 5 Mar 2015 18:16:43 +0100 Subject: only show theme settings if we have any themes --- view/tpl/settings_display.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/settings_display.tpl') diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index 1dbf4381a..d27ea15e0 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -6,6 +6,7 @@
+ {{if $theme || $mobile_theme}}
+ {{/if}} {{if $theme_config}} {{$theme_config}} {{/if}} -- cgit v1.2.3