12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- ?>
- <?php if(!Yii::$app->deviceDetect->isMobile()):?>
- <div id="pregovorka_adfox_167229138467569665"></div>
- <script>
- window.yaContextCb.push(() => {
- // eslint-disable-next-line no-undef
- Ya.adfoxCode.create({
- ownerId: 279920,
- containerId: 'pregovorka_adfox_167229138467569665',
- params: {
- pp: 'g',
- ps: 'dbpj',
- p2: 'hijw'
- }
- })
- })
- </script>
- <?php endif;?>
- <?php if(Yii::$app->deviceDetect->isMobile()):?>
- <div class="mt-4 text-center">
- <!--AdFox START-->
- <!--amic-->
- <!--Площадка: amic.ru / * / *-->
- <!--Тип баннера: Небоскрёб/240х400-->
- <!--Расположение: <верх страницы>-->
- <div id="adfox_163238704807435857"></div>
- <script>
- window.yaContextCb.push(()=>{
- Ya.adfoxCode.create({
- ownerId: 279920,
- containerId: 'adfox_163238704807435857',
- params: {
- pp: 'g',
- ps: 'dbpj',
- p2: 'hijw'
- }
- })
- })
- </script>
- </div>
- <?php endif;?>
|