1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

File inspector icon.

This commit is contained in:
Cameron
2017-02-02 12:20:02 -08:00
parent 9e5fc01196
commit 692168edc1
2 changed files with 5 additions and 2 deletions

View File

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