@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/compare_list.php
<?php $compare_submit = wpestate_get_template_link('compare_listings.php'); global $leftcompare; $left_class=''; if ( isset($leftcompare) && $leftcompare==1 ){ $left_class="margin_compare"; } ?> <!--Compare Starts here--> <div class="prop-compare <?php echo esc_html($left_class); ?>"> <div id="compare_close"><i class="fas fa-times" aria-hidden="true"></i></div> <form method="post" id="form_compare" action="<?php print esc_url($compare_submit); ?>"> <h4 class="title_compare"><?php esc_html_e('Compare Listings','wpresidence')?></h4> <button id="submit_compare" class="wpresidence_button"> <?php esc_html_e('Compare','wpresidence');?> </button> </form> </div> <!--Compare Ends here-->