From ff28733e94bfb4ac200bb2655fb968422e13b6a4 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Thu, 5 Dec 2013 09:28:37 -0500 Subject: [PATCH] moved ad in post#index below pagination --- app/views/post/index.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/post/index.php b/app/views/post/index.php index 350855b..41205e9 100755 --- a/app/views/post/index.php +++ b/app/views/post/index.php @@ -99,12 +99,13 @@ partial("hover") ?> partial('posts', array('posts' => $this->posts)) ?> - can_show_ad('post#index-bottom', current_user())) : ?> - partial('horizontal') ?> -
willPaginate($this->posts) ?>
+ + can_show_ad('post#index-bottom', current_user())) : ?> + partial('horizontal') ?> +