Ignore:
Timestamp:
11/06/07 17:12:56 (5 years ago)
Author:
root
Message:

Replaced all includes of locales file by a call to locale_load()
Replaced all locale file references in templates by the locale name
Updated the theme functions to call locale_load() for template locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/upgrade/rev01067.php

    r1068 r1071  
    3333// Need a locale from the setup locale file 
    3434$oldlocale = $locale; $locale = array(); 
    35 include PATH_LOCALE.LOCALESET."/setup.php"; 
     35locale_load("main.setup"); 
    3636 
    3737// Add the admin record for the webmaster toolbox to the admin table 
Note: See TracChangeset for help on using the changeset viewer.