Files
profile/adfox_ad_block_inread_mobile-3.php

25 lines
840 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<?php if(wp_is_mobile()): ?>
<?php if((int)get_option('show_ad') == 1): ?>
<?php $rand = rand(); ?>
<!--montemedia-->
<!--Площадка: profile.ru / mobile / mobile_inread3-->
<!--Категория: <не задана>-->
<!--Тип баннера: 300x250--new-->
<div id="adfox_163361821496493044_<?=$rand?>"></div>
<script>
if (!navigator.userAgent.includes("iPhone")) {
window.yaContextCb.push(() => {
Ya.adfoxCode.create({
ownerId: 242477,
containerId: 'adfox_163361821496493044_<?=$rand?>',
params: {
p1: 'cgvtg',
p2: 'gket'
}
})
})
}
</script>
<?php endif; ?>
<?php endif; ?>