</td>
								<?php 
        }
        ?>
								<?php 
        if (displetretsidx_use_disclaimer_image()) {
            ?>
									<img class="displet-mls-logo" src="<?php 
            displetretsidx_the_disclaimer_image_url();
            ?>
"/>
								<?php 
        }
        ?>
								<?php 
        if (displetretsidx_use_listing_agent() || displetretsidx_use_listing_office()) {
            ?>
									<div class="<?php 
            displetretsidx_the_listing_courtesy_class();
            ?>
 displet-font-color-light">
										Courtesy of
										<span class="<?php 
            displetretsidx_the_listing_agent_container_class();
            ?>
 <?php 
            displetretsidx_the_listing_agent_class();
            ?>
 <?php 
            echo displetretsidx_is_listing_agent_name_emphasized() ? 'displet-font-color' : 'displet-font-color-light';
            ?>
Example #2
0
							<?php 
                if (displetretsidx_use_listing_agent()) {
                    ?>
								<div class="displet-td <?php 
                    displetretsidx_the_listing_agent_class();
                    ?>
">
									<?php 
                    echo displetretsidx_get_listing_agent();
                    ?>
								</div>
							<?php 
                }
                ?>
							<?php 
                if (displetretsidx_use_listing_office()) {
                    ?>
								<div class="displet-td <?php 
                    displetretsidx_the_listing_office_class();
                    ?>
">
									<?php 
                    displetretsidx_the_listing_office();
                    ?>
								</div>
							<?php 
                }
                ?>
							<div class="displet-td">
								<div class="<?php 
                displetretsidx_the_hover_container_class();