diff options
author | friendica <info@friendica.com> | 2012-04-26 01:35:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 01:35:50 -0700 |
commit | 82abb14bf9393d47e8c38ff9487f0855e22d78a7 (patch) | |
tree | 00c74934fc65280286909436ef2924fe5de3830d /view/theme/cleanzero/theme_settings.tpl | |
parent | bf97ad201051da76a8d1355a03ec3e1efad0a68b (diff) | |
parent | 43a257f2f67f3b0de5b38df531057231806c19d3 (diff) | |
download | volse-hubzilla-82abb14bf9393d47e8c38ff9487f0855e22d78a7.tar.gz volse-hubzilla-82abb14bf9393d47e8c38ff9487f0855e22d78a7.tar.bz2 volse-hubzilla-82abb14bf9393d47e8c38ff9487f0855e22d78a7.zip |
Merge pull request #265 from cvogeley/master
cleanzero theme added
Diffstat (limited to 'view/theme/cleanzero/theme_settings.tpl')
-rw-r--r-- | view/theme/cleanzero/theme_settings.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/cleanzero/theme_settings.tpl b/view/theme/cleanzero/theme_settings.tpl new file mode 100644 index 000000000..07e7cba05 --- /dev/null +++ b/view/theme/cleanzero/theme_settings.tpl @@ -0,0 +1,10 @@ +{{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}} + + + +<div class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="cleanzero-settings-submit" /> +</div> + |