[Solved] Place module link in top menu in admin
Posted: Fri Mar 16, 2012 9:37 pm
Hey guys, this question probably has an obvious answer. Is it possible to place my own module in the top menu section in admin? E.g. next to Content at the same level. Probably no, right? 
API is clear - there is no such option (http://www.cmsmadesimple.org/apidoc/CMS ... minSection)...but in the sceleton module there is a note about "top-level" placement:
So what do you think? Thanks in advance for your replies and opinions!

API is clear - there is no such option (http://www.cmsmadesimple.org/apidoc/CMS ... minSection)...but in the sceleton module there is a note about "top-level" placement:
Code: Select all
/**
* GetAdminSection()
* If your module has an Admin Panel, you can specify
* which Admin Section (or top-level Admin Menu) it shows
* up in. This method returns a string to specify that
* section. Valid return values are:
* ...
*/