diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:18:33 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-10 19:18:33 +0100 |
commit | cdf608898a1371a0dd5071d72e95944d809e2d79 (patch) | |
tree | 98aa8e0e1ab89e727833796a9bd2b3db24040bef /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | d05899fb5014db3d86e34788aaac609f80e659f5 (diff) | |
download | volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.tar.gz volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.tar.bz2 volse-hubzilla-cdf608898a1371a0dd5071d72e95944d809e2d79.zip |
Various schema issues.
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 426ee076d..45dd529fa 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -5,7 +5,7 @@ {{if $expert}} {{include file="field_select.tpl" field=$nav_colour}} -{{include file="field_input.tpl" field=$background_colour}} +{{include file="field_input.tpl" field=$bgcolour}} {{include file="field_input.tpl" field=$background_image}} {{include file="field_input.tpl" field=$item_colour}} {{include file="field_input.tpl" field=$item_opacity}} |