1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +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

@@ -736,8 +736,11 @@ function frontpage_adminmenu()
$var['create']['text'] = LAN_CREATE;
$var['create']['link'] = e_SELF."?mode=create";
$icon = e107::getParser()->toIcon('e-frontpage-24');
$caption = $icon."<span>".FRTLAN_PAGE_TITLE."</span>";
show_admin_menu(FRTLAN_PAGE_TITLE, $action, $var);
show_admin_menu($caption, $action, $var);
}