From 66fcf8bac038e0f2000726b06fcb6311e3c5c4cb Mon Sep 17 00:00:00 2001
From: Karl Hasselbring <Karl Hasselbring>
Date: Tue, 16 May 2017 12:39:08 +0200
Subject: [PATCH] added absolute path

---
 resources/views/layouts/resultPage.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php
index 783eba22e..f8493605d 100644
--- a/resources/views/layouts/resultPage.blade.php
+++ b/resources/views/layouts/resultPage.blade.php
@@ -13,9 +13,9 @@
 		<meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" />
 		<link rel="search" type="application/opensearchdescription+xml" title="{!! trans('resultPage.opensearch') !!}" href="{{  LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}">
 		<link type="text/css" rel="stylesheet" href="{{ elixir('css/themes/default.css') }}" />
-		<link type="text/css" rel="stylesheet" href="public/css/lightslider.css" />
+		<link type="text/css" rel="stylesheet" href="/public/css/lightslider.css" />
 		<link type="text/css" rel="stylesheet" href="/font-awesome/css/font-awesome.min.css" />
-		<link id="theme" type="text/css" rel="stylesheet" href="public/css/theme.css.php" />
+		<link id="theme" type="text/css" rel="stylesheet" href="/public/css/theme.css.php" />
 	</head>
 	<body id="resultBody">
 		@if( !isset($suspendheader) )
-- 
GitLab