Fixed margin on boardlist

This commit is contained in:
Savetheinternet 2011-02-20 12:39:56 +11:00
parent 4d75207408
commit 8e1ef6558b
4 changed files with 13 additions and 6 deletions

View file

@ -42,7 +42,10 @@
$body = doBoardListPart($config['boards'], $mod?'?/':$config['root']);
return '<div class="boardlist">' . $body . '</div>';
return Array(
'top' => '<div class="boardlist">' . $body . '</div>',
'bottom' => '<div class="boardlist bottom">' . $body . '</div>'
);
}
function error($message) {