Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/templates/themlyv10/html/mod_menu/
Upload File :
Current File : /home/bijouxly/www/templates/themlyv10/html/mod_menu/default_hmenu.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/hmenu';
include($filePath . '/default_hmenu_' . $attribs['id'] . '.php');
?>
<?php /*END_EDITOR_OPEN*/ } /*END_EDITOR_CLOSE*/ ?>