aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/theme_settings.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-03-02 22:50:53 +0100
committermarijus <mario@mariovavti.com>2014-03-02 22:50:53 +0100
commit57cc77f6d595a003aa0702995439716cf12005b8 (patch)
treed7ea2b7bcdd4980de719a8a74186ed92e000079c /view/theme/redbasic/tpl/theme_settings.tpl
parent2313736e92f8e89d46cdb002c9d6b2b82f1d6511 (diff)
downloadvolse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.tar.gz
volse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.tar.bz2
volse-hubzilla-57cc77f6d595a003aa0702995439716cf12005b8.zip
make navbar themable again
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index af2969397..34c04e91c 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -4,8 +4,15 @@
</div>
{{if $expert}}
-{{* include file="field_select.tpl" field=$nav_colour *}}
{{include file="field_checkbox.tpl" field=$narrow_navbar}}
+{{include file="field_input.tpl" field=$nav_bg}}
+{{include file="field_input.tpl" field=$nav_gradient_top}}
+{{include file="field_input.tpl" field=$nav_gradient_bottom}}
+{{include file="field_input.tpl" field=$nav_active_gradient_top}}
+{{include file="field_input.tpl" field=$nav_active_gradient_bottom}}
+{{include file="field_input.tpl" field=$nav_bd}}
+{{include file="field_input.tpl" field=$nav_icon_colour}}
+{{include file="field_input.tpl" field=$nav_active_icon_colour}}
{{include file="field_input.tpl" field=$banner_colour}}
{{include file="field_input.tpl" field=$link_colour}}
{{include file="field_input.tpl" field=$bgcolour}}