Hi,
I have 234.1Edge (BS) version, when add new addon, you can add the link to the admin infobox, such as tool.
$group['apps'][] = array('code' => 'categories_list_front.php',
'title' => MODULES_ADMIN_MENU_TOOLS_CATEGORIES_LIST_FRONT,
'link' => tep_href_link(DIR_FS_CATALOG . 'categories_list_front.php'));
right now all the link will link to the files to the admin/ folder, is there a way the 'link' can link to the catalog folder, like catalog/categories_list_front.php
Thanks! Lyn