diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-31 02:25:42 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-31 02:25:42 +0100 |
commit | 620d4f5752a6c6f09dc1218d231530d9b95bc930 (patch) | |
tree | d3c41de5b349574841fed0b0388ca4156d9688ba /view/tpl/admin_site.tpl | |
parent | 8b87eee86982feddfa56c9b585dce37b9337900b (diff) | |
download | volse-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/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
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> |