Changeset 405 for branches/Modular/Common/Global.php
- Timestamp:
- Jun 12, 2012, 7:25:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Modular/Common/Global.php
r401 r405 25 25 include_once('ViewForm.php'); 26 26 include_once('Types/Type.php'); 27 include_once('Localization.php'); 28 include_once('Navigation.php'); 27 29 28 30 … … 73 75 $System->RootFolder = $Config['Web']['RootFolder']; 74 76 $System->Config = &$Config; 77 $System->Localization = new Localization(); 78 $System->Localization->Locale = $Config['Web']['Locale']; 79 $System->Localization->Load(); 80 $System->Navigation = new Navigation(); 75 81 } 76 82
Note:
See TracChangeset
for help on using the changeset viewer.