summaryrefslogtreecommitdiff
path: root/modules/faq.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-23 23:25:28 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-23 23:25:28 +0000
commit524773f6da48277ba951505b77d125e573e8ab03 (patch)
treece0f9c094c2258c96c0b96f3d0580028b75107fe /modules/faq.module
parent8d5b4e7b8615b636eaef8f50eaac45d27dc52b33 (diff)
downloadbrdo-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/faq.module')
-rw-r--r--modules/faq.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/faq.module b/modules/faq.module
index 31ea797cf..e50231c67 100644
--- a/modules/faq.module
+++ b/modules/faq.module
@@ -2,7 +2,7 @@
$module = array("page" => "faq_page");
-include "includes/theme.inc";
+include "includes/common.inc";
function faq_page() {
global $theme;