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 @@
  • linkTo($this->t('.posts.upload'), ['controller' => 'post', 'action' => 'upload']) ?>
  • linkTo($this->t('.posts.random'), ['controller' => 'post', 'tags' => 'order:random']) ?>
  • linkTo($this->t('.posts.popular'), ['controller' => 'post', 'action' => 'popular_recent']) ?>
  • -
  • linkTo($this->t('.posts.image_search'), ['controller' => 'post', 'action' => 'similar']) ?>
  • linkTo($this->t('.posts.history'), ['controller' => 'history', 'action' => 'index']) ?>
  • - is_contributor_or_higher()) : ?> -
  • linkTo($this->t('.posts.batch'), ['controller' => 'batch', 'action' => 'index']) ?>
  • - is_janitor_or_higher()) : ?>
  • linkTo($this->t('.posts.moderate'), ['controller' => 'post', 'action' => 'moderate'], ['class' => 'moderate']) ?>