add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View 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; ?>