diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2012-04-25 19:09:46 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2012-04-25 19:09:46 +0200 |
commit | 4c1398c6b152b6ca8ee16d90f622dd11273e58a9 (patch) | |
tree | 8d83fb9dc0cbacc4077e8fba8c533243dcb1a940 /view/theme/cleanzero/theme_settings.tpl | |
parent | c9e5609cbfd89db35b536a22eb2ce6cbf7992783 (diff) | |
download | volse-hubzilla-4c1398c6b152b6ca8ee16d90f622dd11273e58a9.tar.gz volse-hubzilla-4c1398c6b152b6ca8ee16d90f622dd11273e58a9.tar.bz2 volse-hubzilla-4c1398c6b152b6ca8ee16d90f622dd11273e58a9.zip |
add cleanzero theme
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> + |