Personalizing the Backend Menu
The spunQ menu is created automatically using the menu class.
However, there are two places where you can personalize its appearance – the files backend/common/config.inc.php and backend/common/menu.inc.php
Menu-related variables in backend/common/config.inc.php are $application[“CLASSTYPES'] (giving you control over the wording of each menu section) and $classtypes (an associated array responsible for the order of classes in each menu). Finally, there is the $topmenu variable – being also an array – in which the class types appearing in the top menu are defined.
In the second file, backend/common/menu.inc.php, you can edit the class-independent menu sections – by default being the “Tools”, “Links” and “System settings” areas. They all are there organized in the $mainmenu array.
