diff options
author | friendica <info@friendica.com> | 2012-12-08 11:46:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-08 11:46:26 -0800 |
commit | a65111b9914c99695329162939a0a76f50859acb (patch) | |
tree | b04c3fbba19626d6ebd5b85025f218f8338d82d6 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 2452b822f909a3cac432a76d8c928733a7683c6a (diff) | |
parent | 7458bf945b5762524aec36ab20b1732cc25e0163 (diff) | |
download | volse-hubzilla-a65111b9914c99695329162939a0a76f50859acb.tar.gz volse-hubzilla-a65111b9914c99695329162939a0a76f50859acb.tar.bz2 volse-hubzilla-a65111b9914c99695329162939a0a76f50859acb.zip |
Merge pull request #3 from beardy-unixer/master
Red Friendica Red
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl new file mode 100644 index 000000000..d0d153e73 --- /dev/null +++ b/view/theme/redbasic/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="redbasic-settings-submit" /> +</div> |