Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1481 | Rev 1517 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1481 Rev 1483
Line 32... Line 32...
32
restore_error_handler();
32
restore_error_handler();
33
//error_reporting(E_ALL ^ E_NOTICE);
33
//error_reporting(E_ALL ^ E_NOTICE);
Line 34... Line 34...
34
 
34
 
35
// Configuration issue de la page ACF "Applis externes"
35
// Configuration issue de la page ACF "Applis externes"
36
Config::set('base_url_application', $chemin_eflore_http);
36
Config::set('base_url_application', $chemin_eflore_http);
37
Config::set('url_css_appli', $chemin_eflore_http . '/presentations/styles/eflore.css');
37
Config::set('url_css_appli', $chemin_eflore_http . '/presentations/styles/eflore_wordpress.css');
38
Config::set('url_css_pdf', $chemin_eflore_http . '/presentations/styles/pdf.css');
38
Config::set('url_css_pdf', $chemin_eflore_http . '/presentations/styles/pdf.css');
Line 39... Line 39...
39
Config::set('url_css_images', $chemin_eflore_http . '/presentations/images/');
39
Config::set('url_css_images', $chemin_eflore_http . '/presentations/images/');
40
 
40