moved ad in post#index below pagination
This commit is contained in:
parent
e2533565bc
commit
ff28733e94
@ -99,12 +99,13 @@
|
|||||||
<?= $this->partial("hover") ?>
|
<?= $this->partial("hover") ?>
|
||||||
<?= $this->partial('posts', array('posts' => $this->posts)) ?>
|
<?= $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">
|
<div id="paginator">
|
||||||
<?= $this->willPaginate($this->posts) ?>
|
<?= $this->willPaginate($this->posts) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if (CONFIG()->can_show_ad('post#index-bottom', current_user())) : ?>
|
||||||
|
<?= $this->partial('horizontal') ?>
|
||||||
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user