| Current Path : /home/bijouxly/www/templates/bijouxlyv201611/includes/ |
| Current File : /home/bijouxly/www/templates/bijouxlyv201611/includes/currency_15.php |
<?php
function currency_15() {
$document = JFactory::getDocument();
$view = $document->view;
if (isset($GLOBALS['isModuleContentExists']) && false == $GLOBALS['isModuleContentExists'])
$GLOBALS['isModuleContentExists'] = $view->containsModules('currency') ? true : false;
?>
<?php echo $view->position('currency', '', '15', 'currency'); ?>
<?php
}