41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
<?php
|
|
//Inclusion des css en fonction de la variable page
|
|
$tabStyles = array(
|
|
'styles' => array(
|
|
'list' => array('infogreffe_base.css', 'infogreffe.css', 'main.css', 'menu2.css', 'jquery.autocomplete.css', 'feed_menu_ie.css', 'jquery-ui.css','feed_menu.css'),
|
|
'pages' => array('all'),
|
|
),
|
|
'styles_identite' => array(
|
|
'list' => array('thickbox.css'),
|
|
'pages' => array('identite'),
|
|
),
|
|
'styles_saisie' => array(
|
|
'list' => array('saisie.css', 'thickbox.css'),
|
|
'pages' => array('saisie'),
|
|
),
|
|
'styles_international' => array(
|
|
'list' => array('international.css'),
|
|
'pages' => array('international_recherche', 'international_identite', 'international_identitec'),
|
|
),
|
|
'styles_synthese' => array(
|
|
'list' => array('synthese.css'),
|
|
'pages' => array('synthese', 'rsynthese', 'rsynthesemin'),
|
|
),
|
|
'styles_bilans' => array(
|
|
'list' => array('bilans.css'),
|
|
'pages' => array('bilans', 'rsynthese'),
|
|
),
|
|
'style_ratios' => array(
|
|
'list' => array('ratios.css'),
|
|
'pages' => array('ratios', 'rsynthese'),
|
|
),
|
|
'style_annonces' => array(
|
|
'list' => array('annonces.css'),
|
|
'pages' => array('annonces', 'rsynthese'),
|
|
),
|
|
'style_surveillance' => array(
|
|
'list' => array('surveillance.css', 'thickbox.css'),
|
|
'pages' => array('surveillance'),
|
|
),
|
|
);
|
|
?>
|