add files
This commit is contained in:
24
adfox_ad_block_inread_mobile-3.php
Normal file
24
adfox_ad_block_inread_mobile-3.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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; ?>
|
||||
Reference in New Issue
Block a user