moved ad in post#index below pagination

This commit is contained in:
Parziphal 2013-12-05 09:28:37 -05:00
parent e2533565bc
commit ff28733e94

View File

@ -99,12 +99,13 @@
<?= $this->partial("hover") ?>
<?= $this->partial('posts', array('posts' => $this->posts)) ?>
<?php if (CONFIG()->can_show_ad('post#index-bottom', current_user())) : ?>
<?= $this->partial('horizontal') ?>
<?php endif ?>
<div id="paginator">
<?= $this->willPaginate($this->posts) ?>
</div>
<?php if (CONFIG()->can_show_ad('post#index-bottom', current_user())) : ?>
<?= $this->partial('horizontal') ?>
<?php endif ?>
</div>
</div>