@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/splash_page.php
<?php // Template Name: Splash Page // Wp Estate Pack if(!function_exists('wpestate_residence_functionality')){ esc_html_e('This page will not work without WpResidence Core Plugin, Please activate it from the plugins menu!','wpresidence'); exit(); } global $post; get_header(); $wpestate_options=wpestate_page_details($post->ID); ?> </div><!-- end content_wrapper started in header --> </div> <!-- end class container --> <?php wp_footer(); ?> </div> <!-- end website wrapper --> <?php include( locate_template('templates/login_register_modal.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).'" /> '; 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') ); } ?> </body> </html>