Changeset 1074 in ExiteCMS for modules/common/last_seen_users_panel/php-files/modules/last_seen_users_panel/last_seen_users_panel.php
- Timestamp:
- 11/06/07 18:22:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/last_seen_users_panel/php-files/modules/last_seen_users_panel/last_seen_users_panel.php
r971 r1074 23 23 24 24 // load the locale for this panel 25 if (file_exists(PATH_MODULES."last_seen_users_panel/locale/".$settings['locale'].".php")) { 26 include PATH_MODULES."last_seen_users_panel/locale/".$settings['locale'].".php"; 27 } else { 28 include PATH_MODULES."last_seen_users_panel/locale/English.php"; 29 } 25 locale_load("modules.last_seen_users_panel"); 30 26 31 27 // load the GeoIP functions
Note: See TracChangeset
for help on using the changeset viewer.
