Hi all,
I am new to working with ZC. Specifically, I am looking into (re-)developing an eBay integration module that utilizes ebatns. This is probably a silly question, but I couldn't find out easily how modules are initialized in the admin side. From what I can tell, it looks like I can do this by adding, for example, a file ending with tools_dhtml.php file to /admin/includes/boxes/extra_boxes/ to give additional menu items for the admin tools menu. From there, I can write the script in whichever way I need it to run and let ZC handle the templating stuff, right?
However, is there an easy way (besides hacking /admin/includes/header_navigation.php) to add an entirely new dropdown menu to the admin bar?