Пример #1
0
		</div>
		<?php 
    }
    ?>
	</div>

	<?php 
    if (estetico_get_setting('show_other_people_also_viewed') == 'yes') {
        ?>
	<div class="property-viewed property-other-people-also-viewed">
		<h4><?php 
        _e('Other people also viewed', THEME_NAME);
        ?>
</h4>
	<?php 
        echo PropertiesManager::getOtherPeopleAlsoViewedHTML($post);
        ?>
	</div>
	<?php 
    }
    ?>
	
	<?php 
    if (estetico_get_setting('show_recently_viewed') == 'yes') {
        $options = array('exclude' => $property->getId());
        if (PropertiesManager::hasRecentlyViewed($options)) {
            ?>
	<div class="property-viewed property-recently-viewed">
		<h4><?php 
            _e('Recently viewed', THEME_NAME);
            ?>