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

Admin-area navigation

This commit is contained in:
Cameron
2017-02-01 18:25:32 -08:00
parent a65b63202d
commit cdc23fb2d7
25 changed files with 173 additions and 24 deletions

View File

@@ -1695,7 +1695,10 @@ function db_adminmenu() //FIXME - has problems when navigation is on the LEFT in
$var[$key]['link'] = e_SELF."?mode=".$key;
}
e107::getNav()->admin(DBLAN_10, $_GET['mode'], $var);
$icon = e107::getParser()->toIcon('e-database-24');
$caption = $icon."<span>".DBLAN_10."</span>";
e107::getNav()->admin($caption, $_GET['mode'], $var);
}