Αρχική Σελίδα AthensMagazine.gr
if (!empty($ad_units['mobile'])) {
$ad_unit = array_shift($ad_units['mobile']);
$ad_unit['viewport'] = 'mobile';
btw_get_template_part('template-parts/ads/ad', $ad_unit);
}
?>
if( !empty( $ad_units['mobile'] ) ){
$ad_unit = array_shift( $ad_units['mobile'] );
$ad_unit['viewport'] = 'mobile';
btw_get_template_part( 'template-parts/ads/ad', $ad_unit );
}
?>