23 lines
688 B
PHP
23 lines
688 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @version $Id: BaseRokNavMenuTemplateParams.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
|
||
|
*/
|
||
|
// no direct access
|
||
|
defined('_JEXEC') or die('Restricted access');
|
||
|
|
||
|
//require_once (dirname(__FILE__).'/RokNavMenuTree.php');
|
||
|
|
||
|
/*
|
||
|
* Created on Jan 16, 2009
|
||
|
*
|
||
|
* To change the template for this generated file go to
|
||
|
* Window - Preferences - PHPeclipse - PHP - Code Templates
|
||
|
*/
|
||
|
class BaseRokNavMenuTemplateParams {
|
||
|
function getTemplateParams($basename, $base_control_name, &$params){
|
||
|
return "";
|
||
|
}
|
||
|
}
|