Quick search:


What is the main menu

The main menu that gives access to all applications
By default the main menu is defined in the file named skinMenuPart.php in the includes folder. It is manually maintained by the application developers.

It can be overridden by modification of the MenuPart class in the root classFolder (classes). It can be overridden per application by adding a file name skinMenuPart.php in the application folder or by adding a MenuPart class in the application classFolder. It can be overridden per page by adding a method named 'printMenuPart' to the page class.