HEX
Server: Apache
System: Linux server.mart2global.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: henzergrouphenz (1442)
PHP: 7.4.28
Disabled: NONE
Upload Files
File: /home/henzergrouphenz/public_html/wp-content/themes/metro/template-parts/header/header-top.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

namespace radiustheme\Metro;
?>
<div class="top-header-inner">
	<?php if ( $has_top_info ): ?>
		<div class="tophead-left">
			<ul class="tophead-info">
				<?php if ( RDTheme::$options['phone'] ): ?>
					<li><i class="flaticon-phone-call"></i><a href="tel:<?php echo esc_attr( str_replace(' ', '', RDTheme::$options['phone'] ) );?>"><?php echo esc_html( RDTheme::$options['phone'] );?></a></li>
				<?php endif; ?>
				<?php if ( RDTheme::$options['email'] ): ?>
					<li><i class="flaticon-envelope"></i><a href="mailto:<?php echo esc_attr( RDTheme::$options['email'] );?>"><?php echo esc_html( RDTheme::$options['email'] );?></a></li>
				<?php endif; ?>
			</ul>
		</div>
	<?php endif; ?>
	<?php if ( $socials ): ?>
		<div class="tophead-right">
			<ul class="tophead-social">
				<?php foreach ( $socials as $social ): ?>
					<li><a target="_blank" href="<?php echo esc_url( $social['url'] );?>"><i class="fa <?php echo esc_attr( $social['icon'] );?>"></i></a></li>
				<?php endforeach; ?>					
			</ul>
		</div>
	<?php endif; ?>
</div>