@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
/
zip2
/
files
/
wp-content
/
themes
/
wpresidence
/
Path :
Upload File :
New :
File
Dir
/var/www/html/zip2/files/wp-content/themes/wpresidence/footer.php
</div><!-- end content_wrapper started in header --> </div> <!-- end class container --> <?php $show_sticky_footer_select = wpresidence_get_option('wp_estate_show_sticky_footer',''); $footer_background = wpresidence_get_option('wp_estate_footer_background','url'); $repeat_footer_back_status = wpresidence_get_option('wp_estate_repeat_footer_back',''); $logo_header_type = wpresidence_get_option('wp_estate_logo_header_type',''); $footer_style = ''; $footer_back_class = ''; if ($footer_background!=''){ $footer_style='style=" background-image: url('.esc_url($footer_background).') "'; } if( $repeat_footer_back_status=='repeat' ){ $footer_back_class = ' footer_back_repeat '; }else if( $repeat_footer_back_status=='repeat x' ){ $footer_back_class = ' footer_back_repeat_x '; }else if( $repeat_footer_back_status=='repeat y' ){ $footer_back_class = ' footer_back_repeat_y '; }else if( $repeat_footer_back_status=='no repeat' ){ $footer_back_class = ' footer_back_repeat_no '; } if($show_sticky_footer_select=='yes'){ $footer_back_class.=' sticky_footer '; } if($logo_header_type=='type4'){ $footer_back_class.= ' footer_header4 '; } $show_foot = wpresidence_get_option('wp_estate_show_footer',''); $wide_footer = wpresidence_get_option('wp_estate_wide_footer',''); $wide_footer_class = ''; if($show_foot==''){ $show_foot='yes'; } $post_id=''; if( isset($post->ID) ){ $post_id =$post->ID; } if( $show_foot=='yes' && !wpestate_half_map_conditions ($post_id) ){ $wide_status = esc_html(wpresidence_get_option('wp_estate_wide_status','')); if($wide_status==''){ $wide_status=1; } if($wide_status==2 || $wide_status==''){ $footer_back_class.=" boxed_footer "; } ?> <footer id="colophon" <?php print wp_kses_post($footer_style); ?> class=" <?php print esc_attr($footer_back_class);?> "> <?php if($wide_footer=='yes'){ $wide_footer_class=" wide_footer "; } ?> <div id="footer-widget-area" class="row <?php print esc_attr($wide_footer_class);?>"> <?php get_sidebar('footer');?> </div> <?php $show_show_footer_copy_select = wpresidence_get_option('wp_estate_show_footer_copy',''); if($show_show_footer_copy_select=='yes'){ ?> <div class="sub_footer"> <div class="sub_footer_content <?php print esc_attr($wide_footer_class);?>"> <span class="copyright"> <?php $message = stripslashes( esc_html (wpresidence_get_option('wp_estate_copyright_message', '')) ); if (function_exists('icl_translate') ){ $property_copy_text = icl_translate('wpestate','wp_estate_copyright_message', $message ); print esc_html($property_copy_text); }else{ print esc_html($message); } ?> </span> <div class="subfooter_menu"> <?php show_support_link(); wp_nav_menu( array( 'theme_location' => 'footer_menu', )); ?> </div> </div> </div> <?php }// end show subfooter ?> </footer><!-- #colophon --> <?php } $ajax_nonce_log_reg = wp_create_nonce( "wpestate_ajax_log_reg" ); print'<input type="hidden" id="wpestate_ajax_log_reg" value="'.esc_html($ajax_nonce_log_reg).'" /> '; get_template_part('templates/footer_buttons');?> <?php get_template_part('templates/navigational');?> <?php wp_get_schedules(); ?> <?php global $wpestate_logo_header_align; $logo_header_type = wpresidence_get_option('wp_estate_logo_header_type',''); $wpestate_logo_header_align = wpresidence_get_option('wp_estate_logo_header_align',''); if($logo_header_type=='type3'){ include( locate_template( 'templates/top_bar_sidebar.php') ); } ?> </div> <!-- end website wrapper --> <?php get_template_part('templates/compare_list'); get_template_part('templates/login_register_modal'); if(is_singular('estate_property')){ include( locate_template ('/templates/image_gallery.php') ); } $ajax_nonce = wp_create_nonce( "wpestate_ajax_filtering" ); print'<input type="hidden" id="wpestate_ajax_filtering" value="'.esc_html($ajax_nonce).'" /> '; $ajax_nonce_pay = wp_create_nonce( "wpestate_payments_nonce" ); print'<input type="hidden" id="wpestate_payments_nonce" value="'.esc_html($ajax_nonce_pay).'" /> '; if(wpestate_is_property_modal()){ get_template_part('templates/property_details_modal'); } wp_footer();?> </body> </html>