diff options
author | friendica <info@friendica.com> | 2014-02-23 08:50:55 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-23 08:50:55 +1100 |
commit | f0a361a7c12a1aac811137c63a5cc7907c2fd50c (patch) | |
tree | cc5666f2754400c7b58199a63f9b9f74c8c633c8 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 5dc35bb7f0392903df3cdc600dbb67f5322ec53f (diff) | |
parent | a5f70f6c10705c655ad31e906626ac3513da00fe (diff) | |
download | volse-hubzilla-f0a361a7c12a1aac811137c63a5cc7907c2fd50c.tar.gz volse-hubzilla-f0a361a7c12a1aac811137c63a5cc7907c2fd50c.tar.bz2 volse-hubzilla-f0a361a7c12a1aac811137c63a5cc7907c2fd50c.zip |
Merge pull request #334 from cvogeley/master
Add option for narrow navbar instead of the bootstrap default
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index cc573d99e..af2969397 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -5,6 +5,7 @@ {{if $expert}} {{* include file="field_select.tpl" field=$nav_colour *}} +{{include file="field_checkbox.tpl" field=$narrow_navbar}} {{include file="field_input.tpl" field=$banner_colour}} {{include file="field_input.tpl" field=$link_colour}} {{include file="field_input.tpl" field=$bgcolour}} |