Removing the Menu Bar
While we do not recommend removing the menu bar from the website, if you really want to, we will show you how. If the menu bar is removed and you ever want to put it back, there will be a lot more coding to do.
If you want to keep the menu bar file, but just don't want to see a menu, delete all of the code out of the "menubar.inc.php" file and save it as an empty file.
If you still really want to just delete the menu bar from the website, open up the file in the main folder of your website called "index.php". Delete the lines of code that says:
| <tr> <td></td> <td><!--- Blank Column ---> </td> <td> <?php include ("includes/menubar.inc.php"); ?> </td> <td><!--- Blank Column ---> </td> <td></td> </tr> |
Remember, if you decide to do this, it will be much harder to put them back later.

