diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php index 783eba22e52d9776b28c17b338a4000a28882ea0..f8493605dcb384387807f253e1adc1d658af4250 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) )