On 08/26/2011 10:28 AM, Roedel, Mark wrote: > 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