diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2012-05-05 00:45:35 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2012-05-05 00:45:35 +0200 |
commit | 7f061c255ce4e3b41606509fcf83a98fe8c63202 (patch) | |
tree | 0998afb8a84ad38629dab3ded48b7c7b46c6f32a /view/theme/cleanzero/theme_settings.tpl | |
parent | 62ea9130feea694d733e6cbde9dec6c1b4a0ef51 (diff) | |
download | volse-hubzilla-7f061c255ce4e3b41606509fcf83a98fe8c63202.tar.gz volse-hubzilla-7f061c255ce4e3b41606509fcf83a98fe8c63202.tar.bz2 volse-hubzilla-7f061c255ce4e3b41606509fcf83a98fe8c63202.zip |
Option to set theme width added. Minor layout changes
Diffstat (limited to 'view/theme/cleanzero/theme_settings.tpl')
-rw-r--r-- | view/theme/cleanzero/theme_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/cleanzero/theme_settings.tpl b/view/theme/cleanzero/theme_settings.tpl index 07e7cba05..bfe18af27 100644 --- a/view/theme/cleanzero/theme_settings.tpl +++ b/view/theme/cleanzero/theme_settings.tpl @@ -1,7 +1,7 @@ {{inc field_select.tpl with $field=$color}}{{endinc}} {{inc field_select.tpl with $field=$font_size}}{{endinc}} {{inc field_select.tpl with $field=$resize}}{{endinc}} - +{{inc field_select.tpl with $field=$theme_width}}{{endinc}} <div class="settings-submit-wrapper"> |