Somehow fix paging ui.
This commit is contained in:
parent
3f0246f7a2
commit
19670291a2
2 changed files with 24 additions and 2 deletions
|
@ -279,7 +279,9 @@
|
|||
?>
|
||||
</section>
|
||||
<footer>
|
||||
<div class="footright">
|
||||
<a class="fancyabout" href="<?php if ($config['cops_use_fancyapps'] == 1) { echo "about.xml"; } else { echo $_SERVER["SCRIPT_NAME"] . str_replace ("&", "&", addURLParameter ("?page=16", DB, $database)); } ?>"><img src="<?php echo getUrlWithVersion("images/info.png") ?>" alt="<?php echo localize ("about.title") ?>" /></a>
|
||||
</div>
|
||||
<?php
|
||||
if ($currentPage->isPaginated ()) {
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue