|
|
|
@ -17,7 +17,7 @@ function menus_lister_disponibles($informer = true) {
|
|
|
|
|
|
|
|
|
|
$plugins_actifs = unserialize($GLOBALS['meta']['plugin']); |
|
|
|
|
|
|
|
|
|
if (is_null($resultats[$informer])) { |
|
|
|
|
if (!isset($resultats[$informer])) { |
|
|
|
|
$resultats[$informer] = array(); |
|
|
|
|
// rechercher les skel du type truc.html |
|
|
|
|
$match = '.+[.]html$'; |
|
|
|
|