Changeset 2126 for trunk/include/common.inc.php
- Timestamp:
- Oct 9, 2007, 1:46:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r2117 r2126 156 156 157 157 // language files 158 include_once(get_language_filepath('common.lang.php'));158 load_language('common.lang'); 159 159 if (defined('IN_ADMIN') and IN_ADMIN) 160 160 { 161 include_once(get_language_filepath('admin.lang.php'));161 load_language('admin.lang'); 162 162 } 163 163 trigger_action('loading_lang'); 164 @include_once(get_language_filepath('local.lang.php'));164 load_language('local.lang'); 165 165 166 166 // only now we can set the localized username of the guest user (and not in
Note: See TracChangeset
for help on using the changeset viewer.