File: /storage/v4513/ctoivenusin/public_html/wp-content/themes/ivenusp2/header.php
<!DOCTYPE html>
<html lang="en" class="no-js" <?php language_attributes(); ?>>
<head>
<!-- Meta Data -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="<?php echo SITE_URL; ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!-- header-start -->
<header>
<div class="container">
<div class="row align-items-center">
<div class="col-6">
<div class="logo">
<a href="<?php echo SITE_URL; ?>">
<?php
if ( has_custom_logo() ) {
$custom_logo_id_one = get_theme_mod( 'custom_logo' );
$custom_logo_white = wp_get_attachment_image_src( $custom_logo_id_one , 'full' ); ?>
<img src="<?php echo $custom_logo_white[0]; ?>" alt="logo">
<?php } else { ?>
<img src="<?php echo THEME_URI; ?>/assets/images/IVENUS-Premium-Resellernew.svg" alt="logo">
<?php } ?>
</a>
</div>
</div>
<div class="col-6">
<h1 class="main-header-title"><?php echo get_theme_mod( 'ivenusp2_header_title' ); ?></h1>
</div>
</div>
</div>
</header>
<!-- header-start -->
<?php if ( function_exists( 'gtm4wp_the_gtm_tag' ) ) { gtm4wp_the_gtm_tag(); } ?>