2009-08-27 07:20:05 +00:00
|
|
|
<?php
|
|
|
|
//Inclusion des js en fonction de la variable page
|
|
|
|
$tabScripts = array(
|
|
|
|
'scripts' => array(
|
2009-08-27 09:28:16 +00:00
|
|
|
'list' => array('jquery.js', 'jquery.bgiframe.js', 'jquery.autocomplete.js', 'dropDownOverlapping.js', 'jquery.dimensions.js', 'jquery.easing.js', 'jquery-ui.js', 'menu2.js', 'scripts2.js'),
|
|
|
|
//Pour le nouveau menu ajout : 'jquery.dimensions.js', 'jquery.easing.js', 'jquery-ui.js'
|
2009-08-27 07:20:05 +00:00
|
|
|
'pages' => array('all'),
|
|
|
|
),
|
|
|
|
'scripts_saisie' => array(
|
|
|
|
'list' => array('saisieajax.js'),
|
|
|
|
'pages' => array('saisie')
|
|
|
|
),
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
?>
|