aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_display.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-15 22:45:07 -0700
committerredmatrix <git@macgirvin.com>2016-08-15 22:45:07 -0700
commit8a89cfb158986dd6be4c820188326f10f0bc1a94 (patch)
treef7a73e63ba508bfbebe7451abf2f288996949e17 /view/tpl/settings_display.tpl
parent7fc254a81c5648653a03a7a631195d7c5212dcba (diff)
downloadvolse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.tar.gz
volse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.tar.bz2
volse-hubzilla-8a89cfb158986dd6be4c820188326f10f0bc1a94.zip
move schema settings into the display settings main so we can set theme:schema theme selectors in settings
Diffstat (limited to 'view/tpl/settings_display.tpl')
-rwxr-xr-xview/tpl/settings_display.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index cf79671fd..2e11fdbaa 100755
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -20,6 +20,9 @@
{{if $theme}}
{{include file="field_themeselect.tpl" field=$theme}}
{{/if}}
+ {{if $schema}}
+ {{include file="field_select.tpl" field=$schema}}
+ {{/if}}
{{if $mobile_theme}}
{{include file="field_themeselect.tpl" field=$mobile_theme}}
{{/if}}