Example #1
0
?>
            
            <?php 
if (isset($this->item->tabs)) {
    ?>
            	<div class="djc_clear"></div>
            	<div class="djc_tabs">
            		<?php 
    echo JHTML::_('content.prepare', $this->item->tabs);
    ?>
            	</div>
            <?php 
}
?>
            <?php 
if ($this->item->files = DJCatalog2FileHelper::getFiles('item', $this->item->id)) {
    echo $this->loadTemplate('files');
}
?>
			<?php 
if ($this->params->get('show_contact_form', '1')) {
    ?>
			<div class="djc_clear"></div>
			<div class="djc_contact_form_wrapper" id="contactform">
				<?php 
    echo $this->loadTemplate('contact');
    ?>
			</div>
			<?php 
}
?>
Example #2
0
            	<?php 
    echo $this->loadTemplate('children');
    ?>
            </div>
            <?php 
}
?>
            
            <?php 
if (((int) $this->params->get('show_location_map_item', 1) > 0 || (int) $this->params->get('show_location_details_item', 1) > 0) && ($this->item->latitude != 0.0 && $this->item->longitude != 0.0 || (!empty($this->item->address) || !empty($this->item->city)))) {
    echo $this->loadTemplate('map');
}
?>
            
            <?php 
if ($this->params->get('show_files_item', 1) > 0 && ($this->item->files = DJCatalog2FileHelper::getFiles('item', $this->item->id))) {
    echo $this->loadTemplate('files');
}
?>
			<?php 
if ($this->params->get('show_contact_form', '1')) {
    ?>
			<div class="djc_clear"></div>
			<div class="djc_contact_form_wrapper" id="contactform">
				<?php 
    echo $this->loadTemplate('contact');
    ?>
			</div>
			<?php 
}
?>