|
|
@ -73,7 +73,7 @@ |
|
|
</section><!--//section--> |
|
|
</section><!--//section--> |
|
|
<?php endforeach; ?>
|
|
|
<?php endforeach; ?>
|
|
|
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
|
|
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
|
|
<div class="pager" style="margin-bottom:0;"> |
|
|
|
|
|
|
|
|
<div class="pager"> |
|
|
<?php if (!empty($pagination['prev'])): ?>
|
|
|
<?php if (!empty($pagination['prev'])): ?>
|
|
|
<span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span> |
|
|
<span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span> |
|
|
<?php endif; ?>
|
|
|
<?php endif; ?>
|
|
|
|