diff options
author | friendica <info@friendica.com> | 2013-11-05 16:21:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-05 16:21:38 -0800 |
commit | f4cb145f3c248aab9188900baebaa5659fa4e343 (patch) | |
tree | 57f794db998dea570b76e585be41b70975941422 /view/theme/redbasic/tpl | |
parent | b15c9de1e50437065fbdd1ac7e487687a4feda8d (diff) | |
download | volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.gz volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.tar.bz2 volse-hubzilla-f4cb145f3c248aab9188900baebaa5659fa4e343.zip |
redbasic - allow changing icon colours
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 48b9c07c3..237637770 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -10,6 +10,8 @@ {{include file="field_input.tpl" field=$background_image}} {{include file="field_input.tpl" field=$item_colour}} {{include file="field_input.tpl" field=$item_opacity}} +{{include file="field_input.tpl" field=$toolicon_colour}} +{{include file="field_input.tpl" field=$toolicon_activecolour}} {{include file="field_input.tpl" field=$font_size}} {{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} |