mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Admin menu icons for collapsed menu.
This commit is contained in:
@@ -572,8 +572,8 @@ function alt_auth_adminmenu()
|
||||
$var['main']['link'] = e_PLUGIN . 'alt_auth/alt_auth_conf.php';
|
||||
|
||||
|
||||
$icon = e107::getParser()->toIcon(e_PLUGIN . 'alt_auth/images/alt_auth_32.png');
|
||||
$caption = $icon . "<span>alt auth</span>";
|
||||
// $icon = e107::getParser()->toIcon(e_PLUGIN . 'alt_auth/images/alt_auth_32.png');
|
||||
$caption = "<span>alt auth</span>";
|
||||
|
||||
show_admin_menu($caption, ALT_AUTH_ACTION, $var);
|
||||
|
||||
|
Reference in New Issue
Block a user