diff --git a/app/views/layouts/_menu.php b/app/views/layouts/_menu.php
index ab8b930..4bde047 100755
--- a/app/views/layouts/_menu.php
+++ b/app/views/layouts/_menu.php
@@ -46,11 +46,7 @@
= $this->linkTo($this->t('.posts.upload'), ['controller' => 'post', 'action' => 'upload']) ?>
= $this->linkTo($this->t('.posts.random'), ['controller' => 'post', 'tags' => 'order:random']) ?>
= $this->linkTo($this->t('.posts.popular'), ['controller' => 'post', 'action' => 'popular_recent']) ?>
- = $this->linkTo($this->t('.posts.image_search'), ['controller' => 'post', 'action' => 'similar']) ?>
= $this->linkTo($this->t('.posts.history'), ['controller' => 'history', 'action' => 'index']) ?>
- is_contributor_or_higher()) : ?>
- = $this->linkTo($this->t('.posts.batch'), ['controller' => 'batch', 'action' => 'index']) ?>
-
is_janitor_or_higher()) : ?>
= $this->linkTo($this->t('.posts.moderate'), ['controller' => 'post', 'action' => 'moderate'], ['class' => 'moderate']) ?>