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

Merge branch '533-produkt-kartchen-aus-der-werbefreien-suche' into 'development'

Update metager3results.blade.php

Closes #533

See merge request !935
parents 0b45f173 51ba7c1a
No related branches found
No related tags found
2 merge requests!939Development,!935Update metager3results.blade.php
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
@endif @endif
<div class="col-xs-12 col-md-8"> <div class="col-xs-12 col-md-8">
@if($metager->hasProducts()) @if($metager->hasProducts())
@include('layouts.products', ['products' => $metager->getProducts()]) @if( $metager->getFokus() !== "produktsuche" && !$apiAuthorized)
@include('layouts.products', ['products' => $metager->getProducts()])
@endif
@else @else
@for($i = 0; $i <= 2; $i++) @for($i = 0; $i <= 2; $i++)
@include('layouts.ad', ['ad' => $metager->popAd()]) @include('layouts.ad', ['ad' => $metager->popAd()])
......
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