Added Pool Search and removed old search from artists
This commit is contained in:
parent
deafb2e4a6
commit
8242f64f61
@ -35,11 +35,11 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if ($this->post->can_be_seen_by(current_user())) : ?>
|
<?php if ($this->post->can_be_seen_by(current_user())) : ?>
|
||||||
<?= $this->partial('post/show_partials/image') ?>
|
<?= $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()) : ?>
|
<?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') ?>
|
<?= $this->partial('post/show_partials/edit') ?>
|
||||||
<?php endif ?>
|
|
||||||
<?= $this->partial('post/show_partials/comments') ?>
|
<?= $this->partial('post/show_partials/comments') ?>
|
||||||
|
<?php endif ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if (CONFIG()->can_show_ad('post#show-bottom', current_user())) : ?>
|
<?php if (CONFIG()->can_show_ad('post#show-bottom', current_user())) : ?>
|
||||||
<?= $this->partial('horizontal', ['position' => 'bottom']) ?>
|
<?= $this->partial('horizontal', ['position' => 'bottom']) ?>
|
||||||
|
Reference in New Issue
Block a user