14 lines
271 B
PHP
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]-->
|