Files
profile/template-parts/ad/header.php
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

14 lines
271 B
PHP

<!--[ad/header]-->
<?php if($_SERVER['HTTP_SIDE'] === 'gprofile'): ?>
<?php get_template_part("template-parts/ad/google/header") ?>
<?php else: ?>
<?php get_template_part("template-parts/ad/adfox/header") ?>
<?php endif; ?>
<!--[/ad/header]-->