aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-17 18:51:17 +0000
committerThomas Willingham <founder@kakste.com>2013-03-17 18:51:17 +0000
commit9c4b3b03db6d25b6266d7a072511993eb8195fec (patch)
treeeeffa08305234fdd4577600bb2f713ac0780e540 /view/tpl/smarty3
parent104b41164f609765df15aa5595d07dd0b775ed95 (diff)
downloadvolse-hubzilla-9c4b3b03db6d25b6266d7a072511993eb8195fec.tar.gz
volse-hubzilla-9c4b3b03db6d25b6266d7a072511993eb8195fec.tar.bz2
volse-hubzilla-9c4b3b03db6d25b6266d7a072511993eb8195fec.zip
Allow admins to specify default mobile/accessibility theme.
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r--view/tpl/smarty3/admin_site.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/smarty3/admin_site.tpl b/view/tpl/smarty3/admin_site.tpl
index 75a386f7d..eaf067c27 100644
--- a/view/tpl/smarty3/admin_site.tpl
+++ b/view/tpl/smarty3/admin_site.tpl
@@ -49,6 +49,8 @@
{{include file="field_textarea.tpl" field=$banner}}
{{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_accessibility}}
{{include file="field_select.tpl" field=$ssl_policy}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>