Quick search:


How to change an applications submenu

The easiest way to change an applications submenu is to edit the file 'skinSubmenu.php' in the application folder.

For a more dynamical submenu you can also override the method printSubmenu on MenuPart (affects all applications) or copy the file 'classMenuPart.php' from the classes root to your application classFolder and override it there (only affects the application).