diff options
author | friendica <info@friendica.com> | 2012-05-05 05:04:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-05 05:04:05 -0700 |
commit | 8f26e698e6cf85a885c6cf9177a1ad403dbc7191 (patch) | |
tree | aeddfa3579a7888a01f5e7b821a1ff005a3f4cd8 /view/theme/cleanzero/theme_settings.tpl | |
parent | f9f62ee7ecaa8599d576a437df6e98822e421e80 (diff) | |
parent | 7f061c255ce4e3b41606509fcf83a98fe8c63202 (diff) | |
download | volse-hubzilla-8f26e698e6cf85a885c6cf9177a1ad403dbc7191.tar.gz volse-hubzilla-8f26e698e6cf85a885c6cf9177a1ad403dbc7191.tar.bz2 volse-hubzilla-8f26e698e6cf85a885c6cf9177a1ad403dbc7191.zip |
Merge pull request #289 from cvogeley/master
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"> |