<?php if ( is_user_logged_in() ) {
$my_account_url = get_site_url() . '/my-account';
echo "<script>window.location.replace ('$my_account_url')</script>";?>
<?php } else { ?>
const banner = document.querySelector('.l-image');
const bannerHeight = banner.offsetHeight;
const parent = document.querySelector('.form-container');
if (banner) {
parent.style.height = `calc(300vh - ${bannerHeight}px`
}
$class1 = "\" col-12 col-xl-4 col-lg-12 mb-xl-5 mb-5\"";
$class2 = "\"d-flex b-skills\"";
if (isset($_POST['currentTier']) && strpos($_GET['type'], 'placements')===false) $description .= "<div id=details-2 class={$class1}><div class={$class2}><div class=height:70px;><div class=text-bold>Текущая лига:</div> <div class=text-primary> ".$tiers[$_POST['currentTier']]."</div></div></div></div></br>";