?>
	</div>
	<?php 
        if (!displetretsidx_has_api_key()) {
            ?>
		<div class="displet-free-disclaimer">
			This site is currently using the FREE version of the Displet plugin. For HIGH RES images &amp; up-to-date RETS data, please upgrade.
		</div>
	<?php 
        }
        ?>
	<?php 
        if (displetretsidx_has_disclaimer() && !displetretsidx_is_disclaimer_above_details()) {
            ?>
		<div class="displet-disclaimer">
			<?php 
            displetretsidx_the_disclaimer();
            ?>
		</div>
	<?php 
        }
        ?>
</div>
<?php 
    }
}
?>

<?php 
displetretsidx_get_template_part('displet-mobile-footer');
							<div class="displet-popup-inner">
								<?php 
if (displetretsidx_has_save_search_registration_popup_title()) {
    ?>
									<div class="displet-title">
										<?php 
    displetretsidx_the_save_search_registration_popup_title();
    ?>
									</div>
								<?php 
}
?>
								<div class="displet-content">

									<?php 
displetretsidx_get_template_part('displet-save-search-registration-form');
?>

								</div>
								<div class="displet-x <?php 
displetretsidx_save_search_registration_popup_close_class();
?>
">
									Close
								</div>
							</div>
						</div>
					</td>
				</tr>
			</table>
		</div>