Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Jan 20, 2024
1 parent 10579f4 commit a737042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/views/results/tmpl/default_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
<div class="row">
<div class="display-limit col-lg-6 col-md-6 col-sm-6 col-xs-6">
<?php echo Text::_('JGLOBAL_DISPLAY_NUM'); ?>&#160;
<?php echo $this->pagination->getLimitBox(); ?>
<?php //echo $this->pagination->getLimitBox(); ?>
</div>

<div class=" col-lg-6 col-md-6 col-sm-6 col-xs-6">
<p class="counter">
<?php echo $this->pagination->getPagesCounter(); ?>
<?php //echo $this->pagination->getPagesCounter(); ?>
</p>
<p class="counter">
<?php echo $this->pagination->getResultsCounter(); ?>
<?php //echo $this->pagination->getResultsCounter(); ?>
</p>
<?php echo $this->pagination->getPagesLinks(); ?>
<?php //echo $this->pagination->getPagesLinks(); ?>
</div>
</div>

Expand Down

0 comments on commit a737042

Please sign in to comment.