aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/settings.php1
-rw-r--r--view/pagetypes.tpl2
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