diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-18 17:01:32 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-18 17:01:32 +0000 |
commit | 3bc901b173c0722dda973b282a3f104b6eb7c859 (patch) | |
tree | 13e2a743b0d70a2d44ada741807dc5bd0b21ab3a /view/theme/fancyred/tpl/theme_settings.tpl | |
parent | d9194fdb5a6709eba8f47795dd5367d79ad0e367 (diff) | |
download | volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.tar.gz volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.tar.bz2 volse-hubzilla-3bc901b173c0722dda973b282a3f104b6eb7c859.zip |
Fancyred
Diffstat (limited to 'view/theme/fancyred/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/fancyred/tpl/theme_settings.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/fancyred/tpl/theme_settings.tpl b/view/theme/fancyred/tpl/theme_settings.tpl new file mode 100644 index 000000000..797b29962 --- /dev/null +++ b/view/theme/fancyred/tpl/theme_settings.tpl @@ -0,0 +1,7 @@ +{{inc field_select.tpl with $field=$font_size}}{{endinc}} + +{{inc field_select.tpl with $field=$line_height}}{{endinc}} + +<div class="settings-submit-wrapper"> + <input type="submit" value="$submit" class="settings-submit" name="fancyred-settings-submit" /> +</div> |