Skip to content
Snippets Groups Projects
Commit 66fcf8ba authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

added absolute path

parent 1f37f8fb
No related branches found
No related tags found
2 merge requests!888Development,!884added absolute path
......@@ -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) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment