diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-11 22:32:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-11 22:32:06 +0200 |
commit | c963aa98e8fdadb42c9a24889578c6c8e6f3db27 (patch) | |
tree | 42435670e458c840b4b74d5162a0582caeb7e352 /view/theme/redbasic/tpl | |
parent | 22a5a91bd57bd81edcf1c4ccaba1e252f5eb23b4 (diff) | |
download | volse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.tar.gz volse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.tar.bz2 volse-hubzilla-c963aa98e8fdadb42c9a24889578c6c8e6f3db27.zip |
some conv-item restructuring to allow full width elements
Diffstat (limited to 'view/theme/redbasic/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 4f5b69beb..cdc9de489 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -16,8 +16,8 @@ {{include file="field_colorinput.tpl" field=$background_image}} {{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_colorinput.tpl" field=$comment_item_colour}} - {{include file="field_colorinput.tpl" field=$comment_border_colour}} - {{include file="field_input.tpl" field=$comment_indent}} + {{*include file="field_colorinput.tpl" field=$comment_border_colour*}} + {{*include file="field_input.tpl" field=$comment_indent*}} {{include file="field_input.tpl" field=$body_font_size}} {{include file="field_input.tpl" field=$font_size}} {{include file="field_colorinput.tpl" field=$font_colour}} |