From 4e837f9df137788affc547d30039948626fd182d Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Wed, 28 Sep 2016 13:06:48 -0400 Subject: [PATCH] TESTING --- app/views/layouts/_menu.php | 4 ---- 1 file changed, 4 deletions(-) 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']) ?>