diff options
author | friendica <info@friendica.com> | 2014-02-20 14:06:00 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 14:06:00 +1100 |
commit | 5ae05e32e57a41c28138c8eaf9bb51c62d37caea (patch) | |
tree | 0119972ce25971f1714bed600591762c732219f7 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | eae10636632954b2cfdd5becb75a80e24ba4b597 (diff) | |
parent | 82b028173c89f559b97bc819d232b4b0fa0330e0 (diff) | |
download | volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.tar.gz volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.tar.bz2 volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.zip |
Merge pull request #321 from git-marijus/master
bootstrapify the nav
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index ca05986a2..cc573d99e 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}} @@ -19,7 +19,7 @@ {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$converse_width}} -{{include file="field_input.tpl" field=$nav_min_opacity}} +{{* include file="field_input.tpl" field=$nav_min_opacity *}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} |