partner2D.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * @var $index integer
  4. */
  5. if(!isset($index)) $index = "";
  6. if(Yii::$app->deviceDetect->isMobile()):
  7. ?>
  8. <!--AdFox START-->
  9. <!--amic-->
  10. <!--Площадка: amic.ru / * / *-->
  11. <!--Тип баннера: Место5 под текстом каждой новости-->
  12. <!--Расположение: верх страницы-->
  13. <div id="adfox_167351289147164799<?=$index?>"></div>
  14. <script>
  15. window.yaContextCb.push(()=>{
  16. Ya.adfoxCode.create({
  17. ownerId: 279920,
  18. containerId: 'adfox_167351289147164799<?=$index?>',
  19. params: {
  20. pp: 'g',
  21. ps: 'dbpj',
  22. p2: 'hfco'
  23. }
  24. })
  25. })
  26. </script>
  27. <?php else:?>
  28. <!--AdFox START-->
  29. <!--amic-->
  30. <!--Площадка: amic.ru / * / *-->
  31. <!--Тип баннера: Место2 под текстом каждой новости-->
  32. <!--Расположение: верх страницы-->
  33. <div id="adfox_167351272089473415<?=$index?>"></div>
  34. <script>
  35. window.yaContextCb.push(()=>{
  36. Ya.adfoxCode.create({
  37. ownerId: 279920,
  38. containerId: 'adfox_167351272089473415<?=$index?>',
  39. params: {
  40. pp: 'g',
  41. ps: 'dbpj',
  42. p2: 'hfcl'
  43. }
  44. })
  45. })
  46. </script>
  47. <?php endif;?>