mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Closes #5373 - Bootstrap 5.
This commit is contained in:
@@ -2617,12 +2617,14 @@ Inverse 10 <span class="badge badge-inverse">10</span>
|
||||
e107::setRegistry('core/e107/menu-manager/curLayout',$action);
|
||||
|
||||
$icon = e107::getParser()->toIcon('e-menus-24');
|
||||
$caption = $icon. '<span>' .ADLAN_6. '</span>';
|
||||
$caption = '<span>' .ADLAN_6. '</span>';
|
||||
|
||||
$diz = MENLAN_58;
|
||||
|
||||
$caption .= "<span class='e-help-icon pull-right'><a data-placement=\"bottom\" class='e-tip' title=\"".e107::getParser()->toAttribute($diz). '">' .defset('ADMIN_INFO_ICON'). '</a></span>';
|
||||
|
||||
$var['_extras_']['icon'] = e107::getParser()->toIcon('e-menus-24');
|
||||
|
||||
return e107::getNav()->admin($caption,$action, $var);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user