equal
deleted
inserted
replaced
10 . PATH_SEPARATOR . get_include_path() |
10 . PATH_SEPARATOR . get_include_path() |
11 ); |
11 ); |
12 |
12 |
13 |
13 |
14 include_once dirname(__FILE__).'/traduction.php'; |
14 include_once dirname(__FILE__).'/traduction.php'; |
|
15 if(isset($config) && isset($config['rep']) && file_exists(dirname(__FILE__).'/'.$config['rep'].'/traduction.php')) { |
|
16 include_once dirname(__FILE__).'/'.$config['rep'].'/traduction.php'; |
|
17 } |
15 |
18 |
16 |
19 |
17 /** |
20 /** |
18 * Make sure Zend_Oauth's Consumer is loaded |
21 * Make sure Zend_Oauth's Consumer is loaded |
19 */ |
22 */ |