1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- $index = isset($index)?$index:"";
- ?>
- <?php if(!Yii::$app->deviceDetect->isMobile() && Yii::$app->controller->action->id != 'index'):?>
- <style>
- .desktop-lent-banner{
- min-height: 400px;
- }
- .lenta .list-wrapper div.desktop-lent-banner:hover{
- background: transparent;
- }
- .desktop-lent-banner>div{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- </style>
- <div class="desktop-lent-banner text-center">
- <!--AdFox START-->
- <!--amic-->
- <!--Площадка: amic.ru / * / *-->
- <!--Тип баннера: лента новостей D-->
- <!--Расположение: середина страницы-->
- <div id="lent_20_adfox_167445535598639688<?=$index?>"></div>
- <script>
- window.yaContextCb.push(()=>{
- Ya.adfoxCode.create({
- ownerId: 279920,
- sequentialLoading: true,
- containerId: 'lent_20_adfox_167445535598639688<?=$index?>',
- params: {
- pp: 'h',
- ps: 'dbpj',
- p2: 'iase'
- }
- })
- })
- </script>
- </div>
- <?php endif;?>
|