Ignore:
Timestamp:
Jan 17, 2011, 7:48:13 PM (13 years ago)
Author:
plg
Message:

feature 2112 added: ability to set an additional local directory
$conflocal_dir_site in local/config/multisite.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/language_switch/language_switch.inc.php

    r5845 r8722  
    5050    if ( $same !== $user['language']) {
    5151      load_language('common.lang', '', array('language'=>$user['language']) );
    52       load_language('lang', PHPWG_ROOT_PATH.'local/',
     52      load_language('lang', PHPWG_ROOT_PATH.PWG_LOCAL_DIR,
    5353        array('language'=>$user['language'], 'no_fallback'=>true, 'local'=>true)
    5454      );
Note: See TracChangeset for help on using the changeset viewer.