Add ad version 0.1

This commit is contained in:
Jorit Tijsen
2024-04-08 17:19:26 +02:00
parent 58e291d0d3
commit c81ba184b3
6 changed files with 27 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
@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: 275px;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}}"});});</script>
@endif