From b52047a6a7c2e006f08210131edd856942ddfc98 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Sun, 25 Sep 2016 00:41:47 -0400 Subject: [PATCH] TESTING - No Sidebar --- app/views/layouts/default.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index b507bd9..371b5b1 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -136,8 +136,10 @@ container formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
- textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> - submitTag($this->t('.search'), array('style' => 'display: none;', 'name' => '')) ?> + request()->controller() == 'posts') : ?> + textFieldTag("tags", $this->h($this->params()->tags), array('size' => '36', 'autocomplete' => 'off', 'placeholder' => 'Search', 'style' => 'font-size: 20pt; padding: 0 0 1px 4px; margin: 4px 0 0 8px; border-style: dotted; background: #2b0000;')) ?> +