1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- ?>
- <?php if(!Yii::$app->deviceDetect->isMobile()):?>
- <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">
- <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: 'hijw'
- }
- })
- })
- </script>
- </div>
- <?php endif;?>
|