diff options
author | tony baldwin <tony@tonybaldwin.org> | 2014-02-20 07:05:55 -0500 |
---|---|---|
committer | tony baldwin <tony@tonybaldwin.org> | 2014-02-20 07:05:55 -0500 |
commit | 1f8360a832a4ce61832b9b2687b390d3bef153b1 (patch) | |
tree | 2a2bdc79605703c4613a5d5507ef02f125c301c8 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 4944070e79d4914ba0503e6e90c194cbd766dc38 (diff) | |
download | volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.tar.gz volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.tar.bz2 volse-hubzilla-1f8360a832a4ce61832b9b2687b390d3bef153b1.zip |
reimplementing navbar colours that were undone by git-marjus
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index cc573d99e..49b9b7e92 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -4,7 +4,7 @@ </div> {{if $expert}} -{{* include file="field_select.tpl" field=$nav_colour *}} +{{include file="field_select.tpl" field=$nav_colour}} {{include file="field_input.tpl" field=$banner_colour}} {{include file="field_input.tpl" field=$link_colour}} {{include file="field_input.tpl" field=$bgcolour}} |