forked from leftypol/leftypol
Fixed margin on boardlist
This commit is contained in:
parent
4d75207408
commit
8e1ef6558b
4 changed files with 13 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue