More udpates from other projects

This commit is contained in:
Deon George
2014-08-22 23:34:38 +10:00
parent 39406e1f76
commit 123ae34beb
9 changed files with 173 additions and 5 deletions

View File

@@ -11,10 +11,11 @@
*/
return array(
'date_format' => 'd-M-Y',
'language' => 'auto',
'method_security' => FALSE,
'theme' => 'bootstrap',
'time_format' => 'H:i:s',
'id' => '', // Site ID, for mullti site usage
'date_format' => 'd-M-Y', // Site Date Format
'language' => 'auto', // Site Language
'method_security' => FALSE, // Enable User Based method security
'theme' => 'bootstrap', // Site Theme
'time_format' => 'H:i:s', // Site Time Format
);
?>