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 | |
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')
-rw-r--r-- | view/tpl/admin_site.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/admin_site.tpl | 2 |
2 files changed, 4 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> 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> |