diff options
author | friendica <info@friendica.com> | 2013-11-05 15:33:17 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-05 15:33:17 -0800 |
commit | 4a371480c8e0aab1084341204efec80efb930a93 (patch) | |
tree | 9f6c4a301c2b6bb41d8f67962461ecba30749995 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | f9e97d97acbdc0588a1b161924f81a300d2f39d6 (diff) | |
parent | 9dfa7c6030d673a05a5c9bc692c579ec7eeeb7db (diff) | |
download | volse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.tar.gz volse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.tar.bz2 volse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.zip |
Merge pull request #193 from git-marijus/master
make the font-colour for the banner adjustable as well
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index c7f2bf124..48b9c07c3 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_input.tpl" field=$banner_colour}} {{include file="field_input.tpl" field=$bgcolour}} {{include file="field_input.tpl" field=$background_image}} {{include file="field_input.tpl" field=$item_colour}} @@ -19,4 +20,4 @@ <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> -{{/if}}
\ No newline at end of file +{{/if}} |