Created
July 8, 2014 13:43
-
-
Save davidcroda/4ef5ccf07890dae8719e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if($listing['guest_card_id']) { | |
// ***** GUEST CARDS ***** | |
// add Guest Card button styles below. Just make sure the <a> tag has a class of showContactUs | |
// *********************** | |
?> | |
<script type="text/javascript"> | |
jQuery.contactUsOptions.pingUrl = "https://corsa.dynamicleadsolutions.com/onsite_firstlink.asp"; | |
</script> | |
<script language="JavaScript" type="text/javascript" src="https://www.on-site.com/extras/js_corsaManagementPrequalify.js"></script> | |
<li><a href="#" class="showContactUs">Apply Online</a></li> | |
<?php } else { ?> | |
<li><a href="<?php echo $apply_online; ?>" target="_blank">Apply Online</a></li> | |
<?php } ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment