Major updates from other projects

This commit is contained in:
Deon George
2014-08-22 16:50:01 +10:00
parent 7961e60901
commit b657781a5b
20 changed files with 466 additions and 96 deletions

View File

@@ -11,10 +11,10 @@
*/
return array(
'appname' => '',
'cache_type' => 'file',
'date_format' => 'd-M-Y',
'language' => 'auto',
'method_security' => FALSE,
'theme' => 'bootstrap',
'time_format' => 'H:i:s',
);
?>

19
config/debug.php Normal file
View File

@@ -0,0 +1,19 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* WWZ Configuration - Debug Settings
*
* @package lnApp
* @category Configuration
* @author Deon George
* @copyright (c) 2010-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
return array
(
'ajax'=>FALSE, // AJAX actions can only be run by ajax calls if set to FALSE
'etag'=>FALSE, // Force generating ETAGS
'site'=>FALSE, // Glogal site debug
);
?>

16
config/mainnav.php Normal file
View 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')),
);
?>

View File

@@ -1,13 +1,13 @@
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* OSB Configuration - Pagination Driver
* lnApp Configuration - Pagination Driver
*
* @package OSB
* @package lnApp
* @category Configuration
* @author Deon George
* @copyright (c) 2010 Open Source Billing
* @license http://dev.osbill.net/license.html
* @copyright (c) 2014 Deon George
* @license http://dev.leenooks.net/license.html
*/
return array(