Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/themler2016aa1/app/fragments/
Upload File :
Current File : /home/bijouxly/www/templates/themler2016aa1/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 -->