diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-04-15 09:36:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-04-15 09:36:00 +0000 |
commit | f1716fbd9c4fee630fc091d8d9dc87cd105d77da (patch) | |
tree | e68c30eb8f9e0df306362f711b99528323b15759 /includes | |
parent | 460706b9034b4f61b908448744e4e0eabf2469b7 (diff) | |
download | brdo-f1716fbd9c4fee630fc091d8d9dc87cd105d77da.tar.gz brdo-f1716fbd9c4fee630fc091d8d9dc87cd105d77da.tar.bz2 |
- improved settings.module and fixed a few quircks along the way:
+ added "reset to defaults"
+ added "development settings" - for drupal development only
+ made a few things more consistent
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index 53f1aa4d0..5c10bb5aa 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -39,6 +39,7 @@ include_once "includes/comment.inc"; include_once "includes/module.inc"; include_once "includes/locale.inc"; include_once "includes/search.inc"; +include_once "includes/timer.inc"; include_once "includes/theme.inc"; include_once "includes/user.inc"; include_once "includes/node.inc"; |