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

8
partner-panda.php Normal file
View File

@@ -0,0 +1,8 @@
<div class="partners" id="panda-<?php echo get_queried_object_id(); ?>">
<div id="panda_div_<?php echo get_the_ID() ?>"></div>
<?php if(!wp_is_mobile()): ?>
<script type="text/javascript" charset="utf-8">
//loadCluster('panda_div_<?php echo get_the_ID() ?>', '<?php echo get_permalink(get_the_ID()); ?>', function (isSuccess, divId) {return;});
</script>
<?php endif; ?>
</div>