make sure prev/next links aren't clipped outside the box
This commit is contained in:
parent
f973fcc9fa
commit
a8d9f8ce5b
@ -21,6 +21,7 @@ class PoolsTheme extends Themelet {
|
|||||||
$navlinks .= '<a href="'.make_link('post/view/'.$pool['nav']['next']).'" class="pools_next_img">Next</a>';
|
$navlinks .= '<a href="'.make_link('post/view/'.$pool['nav']['next']).'" class="pools_next_img">Next</a>';
|
||||||
}
|
}
|
||||||
if(!empty($navlinks)){
|
if(!empty($navlinks)){
|
||||||
|
$navlinks .= "<div style='height: 5px'></div>";
|
||||||
$linksPools[] = $navlinks;
|
$linksPools[] = $navlinks;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user