diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-07 20:29:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-07 21:14:50 +0100 |
commit | 89bbf6cd67b7996e6f877f198fe41db22f69b84a (patch) | |
tree | 1262f202c9c5ecef7fabdf8e5a3eaa4e99f71442 /view | |
parent | 46a4208b3db1ea5889be453d04713f627b3a15c8 (diff) | |
download | volse-hubzilla-89bbf6cd67b7996e6f877f198fe41db22f69b84a.tar.gz volse-hubzilla-89bbf6cd67b7996e6f877f198fe41db22f69b84a.tar.bz2 volse-hubzilla-89bbf6cd67b7996e6f877f198fe41db22f69b84a.zip |
we do not support separate mobile themes anymore
Diffstat (limited to 'view')
-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}} |