Fixed links for mod pages

This commit is contained in:
Savetheinternet 2010-12-10 21:22:46 +11:00
parent 33c27ce7fa
commit dcaeb7a81a
3 changed files with 8 additions and 8 deletions

View file

@ -157,7 +157,7 @@
if(!openBoard($boardName))
error(ERROR_NOBOARD);
$page = index(1);
$page = index(1, true);
$page['mod'] = true;
echo Element('index.html', $page);