aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-05-31 02:25:42 +0100
committerThomas Willingham <founder@kakste.com>2013-05-31 02:25:42 +0100
commit620d4f5752a6c6f09dc1218d231530d9b95bc930 (patch)
treed3c41de5b349574841fed0b0388ca4156d9688ba /view
parent8b87eee86982feddfa56c9b585dce37b9337900b (diff)
downloadvolse-hubzilla-620d4f5752a6c6f09dc1218d231530d9b95bc930.tar.gz
volse-hubzilla-620d4f5752a6c6f09dc1218d231530d9b95bc930.tar.bz2
volse-hubzilla-620d4f5752a6c6f09dc1218d231530d9b95bc930.zip
Set a site channel so an admin can use CMS to create home.html and so on, without ever needing to touch HTML again. When I've finished that bit too.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/admin_site.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index eaf067c27..a0167075d 100755
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -51,6 +51,7 @@
{{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}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>