mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
Removing help icon from group page
This commit is contained in:
@@ -46,7 +46,7 @@ $template->set_filenames(array('group_list' => 'group_list.tpl'));
|
||||
$template->assign(
|
||||
array(
|
||||
'F_ADD_ACTION' => get_root_url().'admin.php?page=group_list',
|
||||
'U_HELP' => get_root_url().'admin/popuphelp.php?page=group_list',
|
||||
// 'U_HELP' => get_root_url().'admin/popuphelp.php?page=group_list',
|
||||
'PWG_TOKEN' => get_pwg_token(),
|
||||
'CACHE_KEYS' => get_admin_client_cache_keys(array('groups', 'users')),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user