8 lines
578 B
PHP
8 lines
578 B
PHP
@if ($ad_sidebar)
|
|
<div style="width: 100%; font-family: Nunito,serif;font-size: 12px;font-weight: 500;line-height: 3.17;text-align: center;color: #666;">
|
|
- Advertentie -
|
|
</div>
|
|
<div id="{{$ad_sidebarId}}" style="width: 100%;height: 250px;margin: 11px auto 50px auto;background-color: #efefef;"></div>
|
|
<script type="text/javascript">ootag.queue.push(function () {ootag.defineSlot({adSlot: "{{$ad_sidebar}}",targetId: "{{$ad_sidebarId}}",filledCallback: (adslot) => { $('#' + adslot.targetId).css({backgroundColor: 'transparent'}); }});});</script>
|
|
@endif
|