diff options
author | friendica <info@friendica.com> | 2014-08-20 16:10:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-20 16:10:57 -0700 |
commit | f7895d322e30ce3d69689c1646fd0056d195e5a8 (patch) | |
tree | 31abf2d9e32c67bb863beb2f05ee633a3bbbfe01 /view/tpl | |
parent | b1029869295e50040dba2cdc33c9ca797ca76ffb (diff) | |
download | volse-hubzilla-f7895d322e30ce3d69689c1646fd0056d195e5a8.tar.gz volse-hubzilla-f7895d322e30ce3d69689c1646fd0056d195e5a8.tar.bz2 volse-hubzilla-f7895d322e30ce3d69689c1646fd0056d195e5a8.zip |
provide admin option for allowing rss/atom feed connections. Need to do this now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
Diffstat (limited to 'view/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 c6c15cec4..2a7742a3e 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -65,6 +65,7 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} + {{include file="field_checkbox.tpl" field=$feed_contacts}} {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_checkbox.tpl" field=$disable_discover_tab}} |