Added Pool Search and removed old search from artists

This commit is contained in:
Yukimi Kazari 2017-01-25 07:38:25 -05:00
parent deafb2e4a6
commit 8242f64f61

View File

@ -35,11 +35,11 @@
<?php endif ?>
<?php if ($this->post->can_be_seen_by(current_user())) : ?>
<?= $this->partial('post/show_partials/image') ?>
<?= $this->partial('post/show_partials/image_footer', ['post_id' => $this->post->id]) ?>
<?php if (current_user()->is_member_or_higher()) : ?>
<?= $this->partial('post/show_partials/image_footer', ['post_id' => $this->post->id]) ?>
<?= $this->partial('post/show_partials/edit') ?>
<?php endif ?>
<?= $this->partial('post/show_partials/comments') ?>
<?php endif ?>
<?php endif ?>
<?php if (CONFIG()->can_show_ad('post#show-bottom', current_user())) : ?>
<?= $this->partial('horizontal', ['position' => 'bottom']) ?>