From 6e51794b3f225a01f221fcc198b7c802b70ff987 Mon Sep 17 00:00:00 2001 From: patdenice Date: Sat, 20 Mar 2010 23:14:30 +0000 Subject: feature 1522: Move local css local files and local language files to local directory. Add $conf['template_force_compile'] to help developpers. git-svn-id: http://piwigo.org/svn/trunk@5208 68402e56-0260-453c-a942-63ccdbb3a9ee --- nbm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nbm.php') diff --git a/nbm.php b/nbm.php index 7bef84962..5fc5c4f48 100644 --- a/nbm.php +++ b/nbm.php @@ -34,7 +34,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions_notification_by_mail.inc.p load_language('admin.lang'); // Need to update a second time trigger_action('loading_lang'); -load_language('local.lang', '', array('no_fallback'=>true) ); +load_language('lang', PHPWG_ROOT_PATH.'local/', array('no_fallback'=>true, 'local'=>true) ); -- cgit v1.2.3