diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index 15a40f1af..f2866719d 100644 --- a/e107_admin/fileinspector.php +++ b/e107_admin/fileinspector.php @@ -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."".FC_LAN_1.""; + + e107::getNav()->admin($caption, $_GET['mode'], $var); } function e_help() diff --git a/e107_themes/bootstrap3/admin_theme.php b/e107_themes/bootstrap3/admin_theme.php index 82ab1b7a9..3ff51b528 100644 --- a/e107_themes/bootstrap3/admin_theme.php +++ b/e107_themes/bootstrap3/admin_theme.php @@ -103,7 +103,7 @@ class bootstrap3_admintheme { $class = ' ' . str_replace('_', '-', $mode); } - + if($mode == 'core-infopanel_latest' || $mode == 'core-infopanel_status') { echo '