Fix Boxes on bottom
This commit is contained in:
parent
865c033bb6
commit
d795ac1095
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ $domainname = $_SERVER['HTTP_HOST'];
|
||||||
'Emoticons' => 128512
|
'Emoticons' => 128512
|
||||||
);
|
);
|
||||||
foreach ($blocks as $name => $block) {
|
foreach ($blocks as $name => $block) {
|
||||||
echo '<a href="' . (ceil($block / 1000 )) . '#chr' . $block . '">' . $name . '</a> ';
|
echo '<a href="/?page=' . (ceil($block / 1000 )) . '#chr' . $block . '">' . $name . '</a> ';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue