12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- /**
- * @var $this \yii\web\View
- */
- ?>
- <?php
- $controller = Yii::$app->controller->id;
- $action = Yii::$app->controller->action->id;
- if($controller=="site" && $action=="index" && Yii::$app->deviceDetect->isMobile()):?>
- <style>
- .mobile-main-page-lent-banner{
- height: 250px;
- }
- .lenta .list-wrapper div.mobile-main-page-lent-banner:hover{
- background: transparent;
- }
- .mobile-main-page-lent-banner>div{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- </style>
- <div class="mobile-main-page-lent-banner">
- <div id="lent_adfox_163238723987728973"></div>
- <script>
- window.yaContextCb.push(() => {
- // eslint-disable-next-line no-undef
- Ya.adfoxCode.create({
- ownerId: 279920,
- containerId: 'lent_adfox_163238723987728973',
- params: {
- pp: 'g',
- ps: 'dbpj',
- p2: 'hizb'
- }
- })
- })
- </script>
- </div>
- <?php endif;?>
|