diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-07 20:29:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-07 20:29:37 +0100 |
commit | 04f7f99fc3ac68b5cea357b35a7d755f62fb999b (patch) | |
tree | 51f24ebbb111333ad126164ab7788baa7b498393 /view/tpl/admin_site.tpl | |
parent | f0f58dade886d88fc178b78c04e1a4067ddfda04 (diff) | |
download | volse-hubzilla-04f7f99fc3ac68b5cea357b35a7d755f62fb999b.tar.gz volse-hubzilla-04f7f99fc3ac68b5cea357b35a7d755f62fb999b.tar.bz2 volse-hubzilla-04f7f99fc3ac68b5cea357b35a7d755f62fb999b.zip |
we do not support separate mobile themes anymore
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 78e3ee245..10b367810 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -55,7 +55,7 @@ {{include file="field_select.tpl" field=$language}} {{include file="field_select.tpl" field=$theme}} - {{include file="field_select.tpl" field=$theme_mobile}} + {{* include file="field_select.tpl" field=$theme_mobile *}} {{include file="field_input.tpl" field=$frontpage}} {{include file="field_checkbox.tpl" field=$mirror_frontpage}} {{include file="field_checkbox.tpl" field=$login_on_homepage}} |