When I wanted to alter the menus, I am forced to change the main.inc.php. It would be much cleaner if there were two include files, one representing the menu for when a user isn't logged in, and one when they are. These menu include files would be called from the main.inc.php. This way, when there is a new version released, I am not forced to re-edit my menu changes in the new main.inc.php. I can just replace the old main.inc.php with the new, and all should be dandy.
= Jim =