[fix] bad wrapping for a footer block
This commit is contained in:
parent
b3e43fc9e8
commit
4662bc1550
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
}
|
}
|
||||||
echo '<a class="char" href="' . (!empty($_GET['page']) && is_numeric($_GET['page']) ? $_GET['page'] + 1 : 1) . '"><span>»</span>Next</a>';
|
echo '<a class="char" href="' . (!empty($_GET['page']) && is_numeric($_GET['page']) ? $_GET['page'] + 1 : 1) . '"><span>»</span>Next</a>';
|
||||||
?>
|
?>
|
||||||
<div class="char footer">
|
<div class="char footer clear">
|
||||||
<?php
|
<?php
|
||||||
$blocks = array(
|
$blocks = array(
|
||||||
'Most used' => 0,
|
'Most used' => 0,
|
||||||
|
|
Loading…
Reference in a new issue