aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/admin_site.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-27 02:27:36 -0700
committerfriendica <info@friendica.com>2013-08-27 02:27:36 -0700
commit6a2cb837afc41dfe2e535164edb1865d4b0278a4 (patch)
tree63ac63f322ff76b03a973353ad2ff78982443e3e /view/tpl/admin_site.tpl
parent31b934eb5e65abc0181918cb21b8e51390966a3d (diff)
downloadvolse-hubzilla-6a2cb837afc41dfe2e535164edb1865d4b0278a4.tar.gz
volse-hubzilla-6a2cb837afc41dfe2e535164edb1865d4b0278a4.tar.bz2
volse-hubzilla-6a2cb837afc41dfe2e535164edb1865d4b0278a4.zip
get rid of ssl_policy - it's implicit in the site url
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-xview/tpl/admin_site.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index 76dae6ea1..32c5db8fc 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -44,10 +44,10 @@
{{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_input.tpl" field=$site_channel}}
- {{include file="field_select.tpl" field=$ssl_policy}}
+ {{include file="field_select.tpl" field=$theme_mobile}}
+ {{include file="field_select.tpl" field=$theme_accessibility}}
+ {{include file="field_input.tpl" field=$site_channel}}
+
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>