diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-23 15:13:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-23 15:13:34 +0000 |
commit | 0cadc4e68340e02e6b51c29a672db7bb92386fa7 (patch) | |
tree | b90c382a12576719babed8b68af35eab11f01d6c /includes/theme.inc | |
parent | 5976e2f85e8d9d67e2d26d46fce0f867f130aa62 (diff) | |
download | brdo-0cadc4e68340e02e6b51c29a672db7bb92386fa7.tar.gz brdo-0cadc4e68340e02e6b51c29a672db7bb92386fa7.tar.bz2 |
- intermediate commit: some bugfixes, changes and some drastic
changes to block and module support
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index d1c3540e5..583bc0044 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -5,6 +5,7 @@ include_once "includes/database.inc"; include_once "includes/watchdog.inc"; include_once "includes/function.inc"; include_once "includes/droplet.inc"; +include_once "includes/module.inc"; include_once "includes/widget.inc"; include_once "includes/user.inc"; |