summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-10 10:51:00 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-10 10:51:00 +0000
commit73077e8778cfd890f51023f6683e70904317cc6f (patch)
tree11b301ad20fab849befa36fd0f14f49b91338efc /index.php
parent44af9b9b43d7bc7b299fbf6beced1055be127e91 (diff)
downloadbrdo-73077e8778cfd890f51023f6683e70904317cc6f.tar.gz
brdo-73077e8778cfd890f51023f6683e70904317cc6f.tar.bz2
A lot of (non-visual) updates!
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9f6167d6a..2ec54f937 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?
-include "theme.inc";
+include "includes/theme.inc";
### Initialize/pre-process variables:
$number = ($user->storynum) ? $user->storynum : 10;