mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
File inspector icon.
This commit is contained in:
@@ -1552,7 +1552,10 @@ function fileinspector_adminmenu() //FIXME - has problems when navigation is on
|
||||
$var['run']['text'] = FR_LAN_2;
|
||||
$var['run']['link'] = e_SELF."?mode=run";
|
||||
|
||||
e107::getNav()->admin(FC_LAN_1, $_GET['mode'], $var);
|
||||
$icon = e107::getParser()->toIcon('e-fileinspector-24');
|
||||
$caption = $icon."<span>".FC_LAN_1."</span>";
|
||||
|
||||
e107::getNav()->admin($caption, $_GET['mode'], $var);
|
||||
}
|
||||
|
||||
function e_help()
|
||||
|
@@ -103,7 +103,7 @@ class bootstrap3_admintheme
|
||||
{
|
||||
$class = ' ' . str_replace('_', '-', $mode);
|
||||
}
|
||||
|
||||
|
||||
if($mode == 'core-infopanel_latest' || $mode == 'core-infopanel_status')
|
||||
{
|
||||
echo '<!-- Start Mode: ' . $mode . ' -->
|
||||
|
Reference in New Issue
Block a user