You've already forked joomla_test
first commit
This commit is contained in:
10
modules/mod_roknavmenu/lib/providers/includes.php
Normal file
10
modules/mod_roknavmenu/lib/providers/includes.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* @version $Id: includes.php 4585 2012-10-27 01:44:54Z btowles $
|
||||
* @author RocketTheme http://www.rockettheme.com
|
||||
* @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
|
||||
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
|
||||
*/
|
||||
require_once(dirname(__FILE__) . '/JoomlaRokMenuNode.php');
|
||||
require_once(dirname(__FILE__) . '/RokMenuProviderJoomla.php');
|
||||
require_once(dirname(__FILE__) . '/RokMenuProviderJoomla16.php');
|
Reference in New Issue
Block a user