diff options
author | friendica <info@friendica.com> | 2013-11-13 19:24:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-13 19:24:13 -0800 |
commit | 412ebdade716d9c903a264916c53e15b2981042a (patch) | |
tree | be2c5b5118682dff0bbf366fb4e18debfdc1a035 /view/theme/redbasic/tpl | |
parent | 0f6907ab68e5d85d3ca80212be0c07e47159bd41 (diff) | |
download | volse-hubzilla-412ebdade716d9c903a264916c53e15b2981042a.tar.gz volse-hubzilla-412ebdade716d9c903a264916c53e15b2981042a.tar.bz2 volse-hubzilla-412ebdade716d9c903a264916c53e15b2981042a.zip |
issues with converse_width uncovered during testing
Diffstat (limited to 'view/theme/redbasic/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 237637770..e9f805ac3 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -16,7 +16,7 @@ {{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} -{{include file="field_input.tpl" field=$section_width}} +{{include file="field_input.tpl" field=$converse_width}} {{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} <div class="settings-submit-wrapper"> |