| Current Path : /home/bijouxly/www/templates/carparts35/html/mod_virtuemart_currencies/ |
| Current File : /home/bijouxly/www/templates/carparts35/html/mod_virtuemart_currencies/default.php |
<?php
defined('_JEXEC') or die;
?>
<?php /*BEGIN_EDITOR_OPEN*/
$app = JFactory::getApplication('site');
$templateName = $app->getTemplate();
$ret = false;
$templateDir = JPATH_THEMES . '/' . $templateName;
$editorClass = $templateDir . '/app/' . 'Editor.php';
if (!$app->isAdmin() && file_exists($editorClass)) {
require_once $templateDir . '/app/' . 'Editor.php';
$ret = DesignerEditor::override($templateName, __FILE__);
}
if ($ret) {
$editorDir = $templateName . '/editor';
require($ret);
return;
} else {
/*BEGIN_EDITOR_CLOSE*/ ?>
<?php
$filePath = dirname(dirname(dirname(__FILE__))) . '/includes/currency';
include($filePath . '/default_currency_' . $attribs['id'] . '.php');
?>
<?php /*END_EDITOR_OPEN*/ } /*END_EDITOR_CLOSE*/ ?>