| Current Path : /home/bijouxly/www/templates/bijouxlyv2016091/app/fragments/ |
| Current File : /home/bijouxly/www/templates/bijouxlyv2016091/app/fragments/include_editor.php |
<!-- CONTAINER -->
<?php
defined('_JEXEC') or die;
$templateName = JFactory::getApplication('site')->getTemplate();
$templateDir = JPATH_THEMES . '/' . $templateName;
require_once $templateDir . '/app/' . 'Editor.php';
if ($way = DesignerEditor::override($templateName, __FILE__)) {
$editorDir = $templateName . '/editor';
require($way);
return;
} else {
?>
<!-- CONTENT -->
<?php } ?>
<!-- /CONTAINER -->