summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-18 19:44:36 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-18 19:44:36 +0000
commita0640e66b7e93170de767442af42ee04ff848972 (patch)
tree5bd72e6e733ebbc7f9804be6c03c133cd6641eb2 /index.php
parent7a2514e789126279fb3b6964b887cdffb8c5673f (diff)
downloadbrdo-a0640e66b7e93170de767442af42ee04ff848972.tar.gz
brdo-a0640e66b7e93170de767442af42ee04ff848972.tar.bz2
- Improved module loading when serving cached pages. Moshe's bootstrap patch.
- Used legend and fieldset tags for the configuration page.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index f75d50b7a..6493bdfd0 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,8 @@
<?php
// $Id$
+include_once "includes/bootstrap.inc";
+drupal_page_header();
include_once "includes/common.inc";
drupal_page_header();