aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/theme_settings.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-03 09:25:37 +1100
committerfriendica <info@friendica.com>2014-03-03 09:25:37 +1100
commiteb2b2f504c7cd36dd5ab473153202315e6a717fe (patch)
treed7ea2b7bcdd4980de719a8a74186ed92e000079c /view/theme/redbasic/tpl/theme_settings.tpl
parentbf401a5afaca8f96606b22e219bd595646ac9dab (diff)
parent57cc77f6d595a003aa0702995439716cf12005b8 (diff)
downloadvolse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.tar.gz
volse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.tar.bz2
volse-hubzilla-eb2b2f504c7cd36dd5ab473153202315e6a717fe.zip
Merge pull request #350 from git-marijus/master
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}}