desktopLent20Banner.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $index = isset($index)?$index:"";
  3. ?>
  4. <?php if(!Yii::$app->deviceDetect->isMobile() && Yii::$app->controller->action->id != 'index'):?>
  5. <style>
  6. .desktop-lent-banner{
  7. min-height: 400px;
  8. }
  9. .lenta .list-wrapper div.desktop-lent-banner:hover{
  10. background: transparent;
  11. }
  12. .desktop-lent-banner>div{
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. </style>
  18. <div class="desktop-lent-banner text-center">
  19. <!--AdFox START-->
  20. <!--amic-->
  21. <!--Площадка: amic.ru / * / *-->
  22. <!--Тип баннера: лента новостей D-->
  23. <!--Расположение: середина страницы-->
  24. <div id="lent_20_adfox_167445535598639688<?=$index?>"></div>
  25. <script>
  26. window.yaContextCb.push(()=>{
  27. Ya.adfoxCode.create({
  28. ownerId: 279920,
  29. sequentialLoading: true,
  30. containerId: 'lent_20_adfox_167445535598639688<?=$index?>',
  31. params: {
  32. pp: 'h',
  33. ps: 'dbpj',
  34. p2: 'iase'
  35. }
  36. })
  37. })
  38. </script>
  39. </div>
  40. <?php endif;?>