Skip to content
Snippets Groups Projects
Commit 51ba7c1a authored by Phil Höfer's avatar Phil Höfer
Browse files

Update metager3results.blade.php

parent 0b45f173
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.
Please register or to comment