lundi 9 février 2015

Pagination code on Concrete5 (Foundation5 theme)

i'm trying to fix my pagination on my Concrete5 site. I got this code on my *.php file:



<?php if ($paginate && $num > 0 && is_object($pl)) { ?>
<div class="ff-grid-4-pagination-wrapper small-12 columns pagination centered">
<ul class="ff-grid-4-pagination pagination">
<li class="arrow"></li>
<?php echo $paginator->getPages('li') ?>
<?php if ($showRss): ?><li><a class="fa fa-rss" href="<?php echo $rssUrl ?>" target="_blank"></a></li><?php endif; ?>
<li class="arrow"></li>
</ul><!-- END .ff-grid-4-pagination -->
</div><!-- END .ff-grid-4-pagination-wrapper -->
<?php endif; ?>


Somehow i got error on Dreamweaver saying that my last line is wrong? What is the right way to end my code?


Sincerely,


Mika


Aucun commentaire:

Enregistrer un commentaire