| Current Path : /home/bijouxly/www/templates/themler2016w_160437/includes/ |
| Current File : /home/bijouxly/www/templates/themler2016w_160437/includes/joomlaposition_3.php |
<?php
function joomlaposition_3() {
$document = JFactory::getDocument();
$view = $document->view;
$isPreview = $GLOBALS['theme_settings']['is_preview'];
if (isset($GLOBALS['isModuleContentExists']) && false == $GLOBALS['isModuleContentExists'])
$GLOBALS['isModuleContentExists'] = $view->containsModules('right') ? true : false;
?>
<?php if ($isPreview || $view->containsModules('right')) : ?>
<?php if ($isPreview && !$view->containsModules('right')) : ?>
<!-- empty::begin -->
<?php endif; ?>
<div class=" bd-joomlaposition-3 clearfix" <?php echo buildDataPositionAttr('right'); ?>>
<?php echo $view->position('right', 'block%joomlaposition_block_3', '3'); ?>
</div>
<?php if ($isPreview && !$view->containsModules('right')) : ?>
<!-- empty::end -->
<?php endif; ?>
<?php endif; ?>
<?php
}