diff options
author | redmatrix <git@macgirvin.com> | 2016-01-06 13:01:28 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-06 13:01:28 -0800 |
commit | 93565ea768a726a02052bd1279dcf09738057460 (patch) | |
tree | d2bc2c873f57b533dc8679d6f4e552b649f1aee0 /include/widgets.php | |
parent | c076e72cbf6fe9106956ef1ecf1ec5cf9a8c7fae (diff) | |
download | volse-hubzilla-93565ea768a726a02052bd1279dcf09738057460.tar.gz volse-hubzilla-93565ea768a726a02052bd1279dcf09738057460.tar.bz2 volse-hubzilla-93565ea768a726a02052bd1279dcf09738057460.zip |
features management page for hubmins
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index 0f170fd52..a7d06d39e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1217,6 +1217,7 @@ function widget_admin($arr) { 'site' => array(z_root() . '/admin/site/', t('Site'), 'site'), 'users' => array(z_root() . '/admin/users/', t('Accounts'), 'users'), 'channels' => array(z_root() . '/admin/channels/', t('Channels'), 'channels'), + 'features' => array(z_root() . '/admin/features/', t('Features'), 'features'), 'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'), 'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'), 'queue' => array(z_root() . '/admin/queue', t('Inspect queue'), 'queue'), |