| Current Path : /home/smartconb/www/armencom33/plugins/system/falangdriver/menu/ |
| Current File : /home/smartconb/www/armencom33/plugins/system/falangdriver/menu/JFalangMenu.php |
<?php
/**
* @package Falang for Joomla!
* @author Stéphane Bouey <stephane.bouey@faboba.com> - http://www.faboba.com
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @copyright Copyright (C) 2010-2023. Faboba.com All rights reserved.
*/
// No direct access to this file
defined('_JEXEC') or die;
class JFalangMenu extends JMenu{
public static function resetMenu(){
self::$instances = null;
}
}