diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-18 14:41:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-18 14:41:54 +0100 |
commit | 8cb31172a9e6de1593a45bdfaeac291db2302d4d (patch) | |
tree | 390073a9f757f636b19e48f7ef4a07ddf0d63a6e /view/theme/redbasic/tpl | |
parent | 7a9aca6ecbe84ad4469cbbec2b7a1269e9f94378 (diff) | |
download | volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.tar.gz volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.tar.bz2 volse-hubzilla-8cb31172a9e6de1593a45bdfaeac291db2302d4d.zip |
make every page regard max content width setting and move the setting out of experts mode
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index dc33e232a..d539e702d 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -28,9 +28,10 @@ {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} - {{include file="field_input.tpl" field=$converse_width}} - {{include file="field_checkbox.tpl" field=$converse_center}} + {{/if}} +{{include file="field_input.tpl" field=$converse_width}} +{{include file="field_checkbox.tpl" field=$converse_center}} {{include file="field_checkbox.tpl" field=$narrow_navbar}} {{if $expert}} <script> |