array( 'common' => array(JTPL_PLUGIN_PATH), ), 'compilation_force' => true, 'lang'=>'fr', 'localesGetter' => 'getLocales' ); require_once(JTPL_PATH . 'jTpl.class.php'); function getLocales($locale) { return $locale; } ?>