This commit is contained in:
Michael Save
2012-02-14 21:17:05 +11:00
parent 9796bd7b94
commit de2238d55c
2 changed files with 25 additions and 13 deletions

View File

@@ -44,8 +44,6 @@
'config' => $config,
'news' => $news
));
return $body;
}
// Build sidebar
@@ -57,8 +55,6 @@
'config' => $config,
'boards' => listBoards()
));
return $body;
}
};