mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
issue #1378 add Activity tab in user manager
This commit is contained in:
+2
-8
@@ -16,14 +16,8 @@ check_input_parameter('group', $_GET, false, PATTERN_ID);
|
||||
// | tabs |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
|
||||
|
||||
$my_base_url = get_root_url().'admin.php?page=';
|
||||
|
||||
$tabsheet = new tabsheet();
|
||||
$tabsheet->set_id('users');
|
||||
$tabsheet->select('user_list');
|
||||
$tabsheet->assign();
|
||||
$page['tab'] = 'user_list';
|
||||
include(PHPWG_ROOT_PATH.'admin/include/user_tabs.inc.php');
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | groups list |
|
||||
|
||||
Reference in New Issue
Block a user