Changeset 5208 for trunk/nbm.php

Show
Ignore:
Timestamp:
03/21/10 00:14:30 (3 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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nbm.php

    r5196 r5208  
    3535// Need to update a second time 
    3636trigger_action('loading_lang'); 
    37 load_language('local.lang', '', array('no_fallback'=>true) ); 
     37load_language('lang', PHPWG_ROOT_PATH.'local/', array('no_fallback'=>true, 'local'=>true) ); 
    3838 
    3939