Ignore:
Timestamp:
11/06/07 18:22:00 (5 years ago)
Author:
root
Message:

Updated the modules to use the new locale_load() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/birthday_panel/php-files/modules/birthday_panel/birthday_panel.php

    r971 r1074  
    1313 
    1414// load the locale for this panel 
    15 if (file_exists(PATH_MODULES."birthday_panel/locale/".$settings['locale'].".php")) { 
    16         include PATH_MODULES."birthday_panel/locale/".$settings['locale'].".php"; 
    17 } else { 
    18         include PATH_MODULES."birthday_panel/locale/English.php"; 
    19 } 
     15locale_load("modules.birthday_panel"); 
    2016 
    2117// array's to store the variables for this panel 
Note: See TracChangeset for help on using the changeset viewer.