Major updates from other projects
This commit is contained in:
16
config/mainnav.php
Normal file
16
config/mainnav.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* lnApp system default configurable items.
|
||||
*
|
||||
* @package lnApp
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010-2013 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
// 'Nav Item' => array('icon'=>'icon-edit','url'=>URL::site('welcome')),
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user