diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-20 22:44:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-20 22:44:51 +0000 |
commit | 277ceae5150ccf3082ca99e73a82da58814ebaf5 (patch) | |
tree | 6f2cbb14ff94893dcbb6603ce47785e41f62c869 /includes/conf.php | |
parent | 53deeb188a5b3d8158b9fa4f05c1b99c773820f1 (diff) | |
download | brdo-277ceae5150ccf3082ca99e73a82da58814ebaf5.tar.gz brdo-277ceae5150ccf3082ca99e73a82da58814ebaf5.tar.bz2 |
- New menu houskeeping. Prototyped by Zbynek.
The following modules need updating:
* glossary module
* feed module (Breyten's version)
* mailhandler module
* notify module
* project module
* smileys module
* admin module
* style module
* taxonomy_dhtml module
To avoid unexpected problems menu_add() is deprecated (it will print an
error message when used) and menu() should be used instead.
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index d6bc038ba..ae59d1047 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -42,7 +42,7 @@ $base_url = "http://localhost"; # automatically become the default language. You can add a language # but make sure your SQL table, called locales is updated # appropriately. -$languages = array("en" => "English"); +$languages = array("en" => "english"); # # Custom navigation links: |