diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-23 23:25:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-23 23:25:28 +0000 |
commit | 524773f6da48277ba951505b77d125e573e8ab03 (patch) | |
tree | ce0f9c094c2258c96c0b96f3d0580028b75107fe /modules/diary.module | |
parent | 8d5b4e7b8615b636eaef8f50eaac45d27dc52b33 (diff) | |
download | brdo-524773f6da48277ba951505b77d125e573e8ab03.tar.gz brdo-524773f6da48277ba951505b77d125e573e8ab03.tar.bz2 |
Yet another large batch of updates:
- I rearranged some of the code and clean-up some of the mess.
- Added "blocks" which can be user defined/controlled: check
to see. The positioning of blocks is rather basic for the
moment, so I'm all open for input on that.
Diffstat (limited to 'modules/diary.module')
-rw-r--r-- | modules/diary.module | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/diary.module b/modules/diary.module index 7e49e03e6..29d8af1f2 100644 --- a/modules/diary.module +++ b/modules/diary.module @@ -4,8 +4,7 @@ $module = array("page" => "diary_page", "block" => "diary_block", "admin" => "diary_admin"); - -include "includes/theme.inc"; +include "includes/common.inc"; function diary_page_overview($num = 20) { global $theme, $user; |