diff options
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; |