From 7cf54475b268bba65745e2ab7c51903eda5a4d17 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig Date: Wed, 19 Oct 2016 08:48:42 +0200 Subject: [PATCH] =?UTF-8?q?Farbw=C3=A4hler=20wieder=20eingebaut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/resultPage.blade.php | 1 + resources/views/layouts/staticPages.blade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php index 74f50dfd..8c2b87bb 100644 --- a/resources/views/layouts/resultPage.blade.php +++ b/resources/views/layouts/resultPage.blade.php @@ -13,6 +13,7 @@ + @if( isset($mobile) && $mobile ) @endif diff --git a/resources/views/layouts/staticPages.blade.php b/resources/views/layouts/staticPages.blade.php index ec90895c..a39a39ec 100644 --- a/resources/views/layouts/staticPages.blade.php +++ b/resources/views/layouts/staticPages.blade.php @@ -19,6 +19,7 @@ --> + @if (isset($css)) @if(is_array($css)) @foreach($css as $el) -- GitLab