Add ad version 0.1
This commit is contained in:
7
resources/views/widgets/add_sidebar.blade.php
Normal file
7
resources/views/widgets/add_sidebar.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user