HEX
Server: Apache
System: Linux webm020.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/themes/fifteen/modules/header/top-bar.php
<div id="top-bar">
	<div class="container top-bar-inner">
		<div id="contact-icons">
			<?php if (get_theme_mod('fifteen_mailid')) : ?>
			<div class="icon">
				<span class="fa fa-envelope"></span>
                <span class="value"><a href="mailto:<?php echo esc_html(get_theme_mod('fifteen_mailid')); ?>"><?php echo esc_html(get_theme_mod('fifteen_mailid')); ?></a></span>
			</div>
			<?php endif; ?>
			<?php if (get_theme_mod('fifteen_phone')) : ?>
			<div class="icon">
				<span class="fa fa-phone"></span>
                <span class="value"><a href="tel:<?php echo esc_html(get_theme_mod('fifteen_phone')); ?>"><?php echo esc_html(get_theme_mod('fifteen_phone')); ?></a></span>
			</div>
			<?php endif; ?>
		</div>
		
	</div>
</div>