| Current Path : /home/bijouxly/www/templates/themler2016aa/includes/ |
| Current File : /home/bijouxly/www/templates/themler2016aa/includes/sidebar_area_5.php |
<?php
function sidebar_area_5() {
$isPreview = $GLOBALS['theme_settings']['is_preview'];
$GLOBALS['isModuleContentExists'] = false;
ob_start();
?>
<?php
renderTemplateFromIncludes('joomlaposition_20');
?>
<?php
$content = trim(ob_get_clean());
$modContentExists = $GLOBALS['isModuleContentExists'];
$showContent = strlen(trim(preg_replace('/<!-- empty::begin -->[\s\S]*?<!-- empty::end -->/', '', $content)));
?>
<?php if ($isPreview || ($content && true === $modContentExists)): ?>
<aside class="bd-sidebararea-5-column bd-flex-vertical bd-flex-fixed <?php echo ($isPreview && !$modContentExists) ? ' hidden bd-hidden-sidebar' : ''; ?>">
<div class="bd-sidebararea-5 bd-flex-wide bd-margins">
<?php echo $content; ?>
</div>
</aside>
<?php endif; ?>
<?php
}
?>