Changeset 5208 for trunk/plugins


Ignore:
Timestamp:
Mar 21, 2010, 12:14:30 AM (14 years ago)
Author:
patdenice
Message:

feature 1522: Move local css local files and local language files to local directory.
Add $conftemplate_force_compile to help developpers.

File:
1 edited

Legend:

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

    r5196 r5208  
    5050    if ( $same !== $user['language']) {
    5151      load_language('common.lang', '', array('language'=>$user['language']) );
    52       load_language('local.lang', '', array('language'=>$user['language'], 'no_fallback'=>true) );
     52      load_language('lang', PHPWG_ROOT_PATH.'local/',
     53        array('language'=>$user['language'], 'no_fallback'=>true, 'local'=>true)
     54      );
    5355      if (defined('IN_ADMIN') and IN_ADMIN) { // Never currently
    5456        load_language('admin.lang', '', array('language'=>$user['language']) );
Note: See TracChangeset for help on using the changeset viewer.