1
0
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:
Cameron
2021-02-01 18:18:30 -08:00
parent 4aae483790
commit 9890615761
17 changed files with 1762 additions and 1646 deletions

View File

@@ -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);