| Current Path : /home/bijouxly/www/templates/themler2016x_160438/html/com_virtuemart/virtuemart/ |
| Current File : /home/bijouxly/www/templates/themler2016x_160438/html/com_virtuemart/virtuemart/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 JHTML::_( 'behavior.modal' ); ?>
<!-- Vendor Store Description -->
<?php if (!empty($this->vendor->vendor_store_desc) and VmConfig::get('show_store_desc', 1)) : ?>
<div class="vendor-store-desc">
<?php echo $this->vendor->vendor_store_desc; ?>
</div>
<?php endif; ?>
<!-- Load categories from front_categories if exist -->
<?php if ($this->categories and VmConfig::get('show_categories', 1)) : ?>
<?php echo $this->loadTemplate('categories'); ?>
<?php endif; ?>
<!-- Show template for : topten,Featured, Latest Products if selected in config BE -->
<?php if (!empty($this->products) ) : ?>
<?php echo $this->loadTemplate('products'); ?>
<?php endif; ?>
<?php /*END_EDITOR_OPEN*/ } /*END_EDITOR_CLOSE*/ ?>