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

removed old website root file. No longer used.
Updated the advertising module to use the new locale_load() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/advertising/php-files/modules/advertising/module_installer.php

    r999 r1073  
    1616+----------------------------------------------------*/ 
    1717 
    18 if (file_exists(PATH_MODULES."advertising/locale/".$settings['locale'].".php")) { 
    19         include PATH_MODULES."advertising/locale/".$settings['locale'].".php"; 
    20 } else { 
    21         include PATH_MODULES."advertising/locale/English.php"; 
    22 } 
     18locale_load("modules.advertising"); 
    2319 
    2420/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.