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/include/common.inc.php

    r5196 r5208  
    137137}
    138138trigger_action('loading_lang');
    139 load_language('local.lang', '', array('no_fallback'=>true) );
     139load_language('lang', PHPWG_ROOT_PATH.'local/', array('no_fallback'=>true, 'local'=>true) );
    140140
    141141// only now we can set the localized username of the guest user (and not in
Note: See TracChangeset for help on using the changeset viewer.