Hide the settings page from users
If you wish to hide the settings page from users, there is a very simple way to accomplish this. Just open up the file "includes/config" and edit the following line:
$settings_page = true;
By setting this option to false, you will remove the page and it's navigation link from the admin area. To bring it back, just set it to true again.