Changeset 1074 in ExiteCMS for modules/common/birthday_panel/php-files/modules/birthday_panel/birthday_panel.php
- Timestamp:
- 11/06/07 18:22:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/birthday_panel/php-files/modules/birthday_panel/birthday_panel.php
r971 r1074 13 13 14 14 // 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 } 15 locale_load("modules.birthday_panel"); 20 16 21 17 // array's to store the variables for this panel
Note: See TracChangeset
for help on using the changeset viewer.
