From 8242f64f6146507416b43d60000f4be62e4fd8d4 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Wed, 25 Jan 2017 07:38:25 -0500 Subject: [PATCH] Added Pool Search and removed old search from artists --- app/views/post/show.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/post/show.php b/app/views/post/show.php index 4a0eb4b..d836df6 100755 --- a/app/views/post/show.php +++ b/app/views/post/show.php @@ -35,11 +35,11 @@ post->can_be_seen_by(current_user())) : ?> partial('post/show_partials/image') ?> - partial('post/show_partials/image_footer', ['post_id' => $this->post->id]) ?> is_member_or_higher()) : ?> + partial('post/show_partials/image_footer', ['post_id' => $this->post->id]) ?> partial('post/show_partials/edit') ?> - partial('post/show_partials/comments') ?> + can_show_ad('post#show-bottom', current_user())) : ?> partial('horizontal', ['position' => 'bottom']) ?>