diff options
author | friendica <info@friendica.com> | 2014-08-27 18:19:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-27 18:19:56 -0700 |
commit | bbcf0be16a2140069fe2826c57bb0c7278f7cb52 (patch) | |
tree | dc30afac3a681f4f8a3fd7f6f0656606e02b624d /view/tpl | |
parent | 287ce2576f3b1a077e19ec700a1578cb3a5b0a4b (diff) | |
download | volse-hubzilla-bbcf0be16a2140069fe2826c57bb0c7278f7cb52.tar.gz volse-hubzilla-bbcf0be16a2140069fe2826c57bb0c7278f7cb52.tar.bz2 volse-hubzilla-bbcf0be16a2140069fe2826c57bb0c7278f7cb52.zip |
Admin setting for Diaspora Protocol enable. We may want to have this also at a channel level since there are privacy issues and quirks and trade-offs.
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 2a7742a3e..6736792a8 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=$diaspora_enable}} {{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}} |