Skip to content
Snippets Groups Projects

Resolve "Atom-API wirft Serverfehler, wenn Werbung vorhanden ist"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@if(isset($ad) && !$apiAuthorized)
@if(isset($ad))
<ad:advertisement>
<ad:advertisement>
<ad:callOut atom:type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut>
<ad:callOut atom:type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut>
<ad:title atom:type="TEXT">{{ $ad->titel }}</ad:title>
<ad:title atom:type="TEXT">{{ $ad->titel }}</ad:title>
Loading