diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-17 18:51:17 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-17 18:51:17 +0000 |
commit | 9c4b3b03db6d25b6266d7a072511993eb8195fec (patch) | |
tree | eeffa08305234fdd4577600bb2f713ac0780e540 /view/tpl/admin_site.tpl | |
parent | 104b41164f609765df15aa5595d07dd0b775ed95 (diff) | |
download | volse-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/admin_site.tpl')
-rw-r--r-- | view/tpl/admin_site.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index e09996aee..47e952164 100644 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -44,6 +44,8 @@ {{ inc field_textarea.tpl with $field=$banner }}{{ endinc }} {{ inc field_select.tpl with $field=$language }}{{ endinc }} {{ inc field_select.tpl with $field=$theme }}{{ endinc }} + {{ inc field_select.tpl with $field=$theme_mobile }}{{ endinc }} + {{ inc field_select.tpl with $field=$theme_accessibility }}{{ endinc }} {{ inc field_select.tpl with $field=$ssl_policy }}{{ endinc }} <div class="submit"><input type="submit" name="page_site" value="$submit" /></div> |