View board

This commit is contained in:
Savetheinternet 2010-12-10 21:15:44 +11:00
parent 5c557d44e8
commit d97b1a56c4

View File

@ -157,7 +157,10 @@
if(!openBoard($boardName))
error(ERROR_NOBOARD);
// echo Element('index.html', index(1));
$page = index(1);
$page['mod'] = true;
echo Element('index.html', $page);
} else {
error("Page not found.");