global $wp;
$current_url = home_url( add_query_arg( array(), $wp->request ) );
$url = $_SERVER["REQUEST_URI"];
$isItGliwice = strpos($url, 'gliwice');
if($current_url == "https://www.super-enduro.com.pl/kup-bilet") {
} else if (is_front_page()){ ?>
} else if ($isItGliwice!==false) {?>
} else { ?>
}
?>
global $wp;
$current_url = home_url( add_query_arg( array(), $wp->request ) );
$url = $_SERVER["REQUEST_URI"];
$isItGliwice = strpos($url, 'gliwice');
if($current_url == "https://www.super-enduro.com.pl/kup-bilet") {?>
} else if (is_front_page()){?>
} else if ($isItGliwice!==false) {?>
} else { ?>
}
?>