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

12
partner-panda-mobile.php Normal file
View File

@@ -0,0 +1,12 @@
<div class="partners" id="panda-<?php echo get_queried_object_id(); ?>">
<div id="panda_div_<?php echo get_the_ID() ?>"></div>
<script type="text/javascript" charset="utf-8">
//window.addEventListener('scroll', function(e) {
//if (isScrolledIntoView('#panda-<?php echo get_queried_object_id(); ?>')){
//loadCluster('panda_div_<?php echo get_the_ID() ?>', '<?php echo get_permalink(get_the_ID()); ?>', function (isSuccess, divId) {return;});
//}
//});
</script>
</div>