Sindbad~EG File Manager
<?php $options = deeds_WSH()->option(); ?>
<header class="style1 v2">
<div class="container">
<?php deeds_template_load( 'templates/header/header_logo2.php', compact( 'options' ) ); ?>
<?php if ( $options->get('header_project2' ) ) : ?>
<a class="all-project-btn" href="<?php echo esc_url( deeds_set( $options, 'header_project2' ) ); ?>" title="<?php esc_attr_e('All Projects', 'deeds') ?>"><?php esc_html_e( 'All Projects', 'deeds' ); ?>
<i class="fa fa-plus"></i></a>
<?php endif; ?>
<?php
$icons = $options->get( 'header_social_share2' );
if ( ! empty( $icons ) ) :
?>
<div class="social-links">
<?php
foreach ( $icons as $h_icon ) :
$header_social_icons = json_decode( urldecode( deeds_set( $h_icon, 'data' ) ) );
if ( deeds_set( $header_social_icons, 'enable' ) == '' ) {
continue;
}
$icon_class = explode( '-', deeds_set( $header_social_icons, 'icon' ) );
?>
<a class="instagram-hvr wow zoomIn" data-wow-delay="1s" data-wow-duration=".5s" href="<?php echo deeds_set( $header_social_icons, 'url' ); ?>" style="background-color:<?php echo deeds_set( $header_social_icons, 'background' ); ?>; color: <?php echo deeds_set( $header_social_icons, 'color' ); ?>"><i class="fa <?php echo esc_attr( deeds_set( $header_social_icons, 'icon' ) ); ?>"></i></a>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
</header>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists