Modifying menus in RT4

Is there a better way to add items to the menus in RT4 than creating and maintaining a $RT_HOME/local/html/Elements/Tabs?

Mark Roedel
Webmaster
Enrollment Services
LeTourneau University
903-233-3535 (w) | 903-233-3105 (f)
www.letu.edu | Redirecting... | www.twitter.com/LETUadmissions

Is there a better way to add items to the menus in RT4 than creating and
maintaining a $RT_HOME/local/html/Elements/Tabs?

Yes. Use callbacks and the Menu() and PageMenu() functions to get the
RT::Interface::Web::Menu objects. The API is documented there.

Thomas