aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-08 17:21:32 -0800
committerzotlabs <mike@macgirvin.com>2017-02-08 17:21:32 -0800
commit91819bfc2d475e1b16d3f5e9ca685ca2531a9084 (patch)
tree0a139ef141996efc1dedae5476b4f6fb8ddde981 /include/widgets.php
parent6ee691e0190a7d6488888d2fd5009324e3a88f74 (diff)
downloadvolse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.gz
volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.tar.bz2
volse-hubzilla-91819bfc2d475e1b16d3f5e9ca685ca2531a9084.zip
bringer - all basic functionality is implemented
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 408ba5d24..52f8fd655 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -661,6 +661,14 @@ function widget_settings_menu($arr) {
);
}
+ if(feature_enabled(local_channel(),'permcats')) {
+ $tabs[] = array(
+ 'label' => t('Permission Categories'),
+ 'url' => z_root() . '/settings/permcats',
+ 'selected' => ((argv(1) === 'permcats') ? 'active' : ''),
+ );
+ }
+
if($role === false || $role === 'custom') {
$tabs[] = array(