diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-10-10 10:51:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-10-10 10:51:00 +0000 |
commit | 73077e8778cfd890f51023f6683e70904317cc6f (patch) | |
tree | 11b301ad20fab849befa36fd0f14f49b91338efc /index.php | |
parent | 44af9b9b43d7bc7b299fbf6beced1055be127e91 (diff) | |
download | brdo-73077e8778cfd890f51023f6683e70904317cc6f.tar.gz brdo-73077e8778cfd890f51023f6683e70904317cc6f.tar.bz2 |
A lot of (non-visual) updates!
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <? -include "theme.inc"; +include "includes/theme.inc"; ### Initialize/pre-process variables: $number = ($user->storynum) ? $user->storynum : 10; |