diff options
author | friendica <info@friendica.com> | 2012-05-30 15:52:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-30 15:52:17 -0700 |
commit | bdcb8d27dd23b389016268f281211af11db490b5 (patch) | |
tree | 282272fcc6002f0a7de61488b39ee9581e116131 | |
parent | 069361f946509210663c7e6be8020c2f2b49195f (diff) | |
download | volse-hubzilla-bdcb8d27dd23b389016268f281211af11db490b5.tar.gz volse-hubzilla-bdcb8d27dd23b389016268f281211af11db490b5.tar.bz2 volse-hubzilla-bdcb8d27dd23b389016268f281211af11db490b5.zip |
transition to beta for private forums
-rw-r--r-- | mod/settings.php | 1 | ||||
-rw-r--r-- | view/pagetypes.tpl | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/mod/settings.php b/mod/settings.php index bbdfe1ac9..f011177fc 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -857,7 +857,6 @@ function settings_content(&$a) { t('Private forum - approved members only [Experimental]'), ($a->user['page-flags'] == PAGE_PRVGROUP)), - '$experimental' => ( (intval(get_config('system','prvgroup_testing'))) ? 'true' : ''), )); diff --git a/view/pagetypes.tpl b/view/pagetypes.tpl index 924fc47ac..796abf0ee 100644 --- a/view/pagetypes.tpl +++ b/view/pagetypes.tpl @@ -2,6 +2,4 @@ {{inc field_radio.tpl with $field=$page_soapbox }}{{endinc}} {{inc field_radio.tpl with $field=$page_community }}{{endinc}} {{inc field_radio.tpl with $field=$page_freelove }}{{endinc}} - {{ if $experimental }} {{inc field_radio.tpl with $field=$page_prvgroup }}{{endinc}} - {{ endif }}
\ No newline at end of file |