Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
6c185759
Commit
6c185759
authored
May 16, 2017
by
Karl Hasselbring
Browse files
added absolute path
parent
fd0b1e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/resultPage.blade.php
View file @
6c185759
...
...
@@ -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) )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment