Skip to content
Snippets Groups Projects
Commit 5061ed4c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '504-mobile-styles-optimieren-inkl-quicktips' into 'development'

Fix: Werbefreie Suche

See merge request !922
parents e3c6cd59 d17fa88d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -108,6 +108,7 @@ class MetaGer
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('browser', (new Agent())->browser());
default:
......@@ -117,6 +118,7 @@ class MetaGer
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('browser', (new Agent())->browser());
}
......@@ -129,6 +131,7 @@ class MetaGer
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('browser', (new Agent())->browser());
break;
......@@ -139,6 +142,7 @@ class MetaGer
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('suspendheader', "yes")
->with('browser', (new Agent())->browser());
......@@ -172,6 +176,7 @@ class MetaGer
->with('mobile', $this->mobile)
->with('warnings', $this->warnings)
->with('errors', $this->errors)
->with('apiAuthorized', $this->apiAuthorized)
->with('metager', $this)
->with('browser', (new Agent())->browser());
break;
......
@if(isset($ad) && !$metager->apiAuthorized)
@if(isset($ad) && !apiAuthorized)
<div class="result ad row">
<div class="number col-sm-1"></div>
<div class="resultInformation col-sm-10">
......
@if(isset($result) && !$metager->apiAuthorized)
@if(isset($result) && !$apiAuthorized)
<article class="search-result ad card elevation-1">
<div class="result-content">
<h1 class="result-title">{{ $result->titel }}</h1>
......
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