web/common.php
changeset 227 ffdfdf0b5d3c
parent 225 a3151877c857
parent 220 42aeb2bfc58e
child 229 74c9ddc3640b
equal deleted inserted replaced
226:45f6a091ad92 227:ffdfdf0b5d3c
    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  */