Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/bijouxlyv2016092/includes/
Upload File :
Current File : /home/bijouxly/www/templates/bijouxlyv2016092/includes/currency_5.php

<?php
function currency_5() {
    $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', '', '5', 'currency'); ?>
    <?php
}