@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
themes
/
wpresidence
/
templates
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/themes/wpresidence/templates/header5.php
<?php global $wide_header_class; global $show_top_bar_user_login; global $logo_header_type; $show_top_bar_user_login = esc_html ( wpresidence_get_option('wp_estate_show_top_bar_user_login','') ); $logo = wpresidence_get_option('wp_estate_logo_image','url'); $stikcy_logo_image = esc_html( wpresidence_get_option('wp_estate_stikcy_logo_image','url') ); ?> <div class="header_5_inside"> <div class="header5_top_row" data-logo="<?php print esc_attr($logo);?>" data-sticky-logo="<?php print esc_attr($stikcy_logo_image); ?>"> <div class="logo col-md-4" > <a href="<?php $splash_page_logo_link = wpresidence_get_option('wp_estate_splash_page_logo_link',''); if( is_page_template( 'splash_page.php' ) && $splash_page_logo_link!='' ){ print esc_url($splash_page_logo_link); }else{ print esc_url ( home_url('','login') ); } print '">'; if ( $logo!='' ){ print '<img id="logo_image" src="'.esc_url($logo).'" class="img-responsive retina_ready" alt="'.esc_html__('image','wpresidence').'"/>'; } else { print '<img id="logo_image" class="img-responsive retina_ready" src="'. get_theme_file_uri('/img/logo.png').'" alt="logo"/>'; } ?> </a> </div> <div class="col-md-8 header_5_widget_wrap"> <?php $header5_info_widget1_icon = wpresidence_get_option('wp_estate_header5_info_widget1_icon',''); $header5_info_widget1_text1 = wpresidence_get_option('wp_estate_header5_info_widget1_text1',''); $header5_info_widget1_text2 = wpresidence_get_option('wp_estate_header5_info_widget1_text2',''); if($header5_info_widget1_icon!='' || $header5_info_widget1_text1!=''){ ?> <div class="header_5_widget"> <div class="header_5_widget_icon"> <i class="<?php print esc_attr($header5_info_widget1_icon);?>"></i> </div> <div class="header_5_widget_text_wrapper"> <div class="header_5_widget_text"> <?php print trim($header5_info_widget1_text1);?> </div> <div class="header_5_widget_text"> <?php print trim($header5_info_widget1_text2);?> </div> </div> </div> <?php } ?> <?php $header5_info_widget2_icon = wpresidence_get_option('wp_estate_header5_info_widget2_icon',''); $header5_info_widget2_text1 = wpresidence_get_option('wp_estate_header5_info_widget2_text1',''); $header5_info_widget2_text2 = wpresidence_get_option('wp_estate_header5_info_widget2_text2',''); if($header5_info_widget2_icon!='' || $header5_info_widget2_text1!=''){ ?> <div class="header_5_widget"> <div class="header_5_widget_icon"> <i class="<?php print esc_attr($header5_info_widget2_icon);?>"></i> </div> <div class="header_5_widget_text_wrapper"> <div class="header_5_widget_text"> <?php print trim($header5_info_widget2_text1);?> </div> <div class="header_5_widget_text"> <?php print trim($header5_info_widget2_text2);?> </div> </div> </div> <?php } ?> <?php $header5_info_widget3_icon = wpresidence_get_option('wp_estate_header5_info_widget3_icon',''); $header5_info_widget3_text1 = wpresidence_get_option('wp_estate_header5_info_widget3_text1',''); $header5_info_widget3_text2 = wpresidence_get_option('wp_estate_header5_info_widget3_text2',''); if($header5_info_widget3_icon!='' || $header5_info_widget3_text1!=''){ ?> <div class="header_5_widget"> <div class="header_5_widget_icon"> <i class="<?php print esc_attr($header5_info_widget3_icon);?>"></i> </div> <div class="header_5_widget_text_wrapper"> <div class="header_5_widget_text"> <?php print trim($header5_info_widget3_text1);?> </div> <div class="header_5_widget_text"> <?php print trim($header5_info_widget3_text2);?> </div> </div> </div> <?php } ?> </div> </div> <div class="header5_bottom_row_wrapper"> <div class="header5_bottom_row"> <nav id="access"> <?php wp_nav_menu( array( 'theme_location' => 'primary' , 'walker' => new wpestate_custom_walker ) ); ?> </nav><!-- #access --> <?php if( $show_top_bar_user_login == "yes"){ print '<div class="header5_user_wrap">'; include( locate_template('templates/top_user_menu.php') ); print '</div>'; } ?> </div> </div> </div>