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']) ?>