/** * @package: displetretsidx_the_stats() or displetretsidx_the_advanced_stats() * @return: boolean */ function displetretsidx_has_price_per_square_foot() { if (displetretsidx_has_average_price() && displetretsidx_has_average_square_footage()) { return true; } return false; }
?> </span> to $<span class="<?php displetretsidx_the_highest_price_class(); ?> displet-font-color-light"><?php displetretsidx_the_highest_price(); ?> </span> </td> <?php } ?> <?php if (displetretsidx_has_average_price()) { ?> <th scope="row" class="displet-font-color-light"> Price Average: </th> <td> $<span class="<?php displetretsidx_the_average_price_class(); ?> displet-font-color-light"><?php displetretsidx_the_average_price(); ?> </span> </td> <?php }