Alright!
I made a few changes.
I included the setting to toggle navigation and changed the files around to match this.
With this: I noticed on the old style, we screwed up the styling, so I made the CSS inline only if using the db-driven nav.
BUILD NOTES STATUS 28
UPDATES
users
helpers
class.treeManager.php - corrected Line 80 per Karsen
us_helpers.php - corrected checkMenu class per Karsen
language.php - added language keys from Nav that were removed
css
sb-admin.css - Karsens corrections - added to this
includes
navigation.php - reversed to default, added an if for the nav type
database-navigation.php - added two classes, navbar-noborder and re-added navbar-inverse
profile.php - Fixed page per Karsen
admin.php - Updated to remove PHP for css_sample - per Karsen, added PHP for new setting
_admin_site_settings.php - Added HTML for new setting
admin_menu.php - There was a double call for die() on securePage, removed
SQL
ALTER TABLE
CHANGE
INT(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE
ADD
INT(1) NOT NULL DEFAULT '1' AFTER
Code:
page_default_private
;