summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-04-15 20:49:42 +0000
committerDries Buytaert <dries@buytaert.net>2004-04-15 20:49:42 +0000
commit10bdb51c37dd832f6bddd3364c19973a7540dda1 (patch)
treeee44dadbbf67e90a9c30bd709888add4c2503c67 /misc
parenta083daf8418d1dc6e0cbc5b41924c9d364815f9e (diff)
downloadbrdo-10bdb51c37dd832f6bddd3364c19973a7540dda1.tar.gz
brdo-10bdb51c37dd832f6bddd3364c19973a7540dda1.tar.bz2
- Patch by JonBob/Jonathan: reworked the menu system so that menus are
configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index b95367ef3..6d4a4468b 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -313,4 +313,7 @@ td.watchdog-httpd {
td.watchdog-error {
background: #e44;
border: 1px solid #c22;
-} \ No newline at end of file
+}
+td.menu-disabled {
+ background: #ccc;
+}