diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-16 08:05:53 +0200 |
commit | 9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb (patch) | |
tree | 2d7afb993d7c1ea9d951699c47508494cfef5f11 /view/tpl | |
parent | 291b0edbe0da045ce2b68d916d1b41f3c4ee6384 (diff) | |
parent | 70150718c55ec5b55dbded26a5159f06f14c6c25 (diff) | |
download | volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.tar.gz volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.tar.bz2 volse-hubzilla-9fc4246e1d7913d4f5c2b1addaa8f80ef417b1eb.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/settings_display.tpl | 3 |
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}} |