diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:57:41 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-20 20:57:41 +0000 |
commit | ce77a80972d26ebeed5b90ebe9b8d31a1099c2a6 (patch) | |
tree | 58c42d609284aaf4ccf2fec51cb2d152cb6fd96f | |
parent | fffaeb09ea622c03f13172d84e8b6a558dd704c0 (diff) | |
download | volse-hubzilla-ce77a80972d26ebeed5b90ebe9b8d31a1099c2a6.tar.gz volse-hubzilla-ce77a80972d26ebeed5b90ebe9b8d31a1099c2a6.tar.bz2 volse-hubzilla-ce77a80972d26ebeed5b90ebe9b8d31a1099c2a6.zip |
Oh, and you'll be wanting the smarty template
-rw-r--r-- | view/theme/redbasic/tpl/smarty3/theme_settings.tpl | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl index f91f24de6..f8d9f223c 100644 --- a/view/theme/redbasic/tpl/smarty3/theme_settings.tpl +++ b/view/theme/redbasic/tpl/smarty3/theme_settings.tpl @@ -3,9 +3,23 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} -{{include file="field_select.tpl" field=$font_size}} +{{include file="field_select.tpl" field=$colour}} -{{include file="field_select.tpl" field=$line_height}} +{{include file="field_input.tpl" field=$font_size}} + +{{include file="field_input.tpl" field=$line_height}} + +{{include file="field_select.tpl" field=$shadow}} + +{{include file="field_select.tpl" field=$navcolour}} + +{{include file="field_select.tpl" field=$displaystyle}} + +{{include file="field_input.tpl" field=$linkcolour}} + +{{include file="field_select.tpl" field=$iconset}} + +{{include file="field_select.tpl" field=$shiny}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> |