| Current Path : /home/bijouxly/www/templates/themler2016v_160435/includes/ |
| Current File : /home/bijouxly/www/templates/themler2016v_160435/includes/currency_13.php |
<?php
function currency_13() {
$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', '', '13', 'currency'); ?>
<?php
}