[SPIP] +2.1.12
[velocampus/web/www.git] / www / prive / style_prive_plugins_fonctions.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) return;
4
5 function tous_les_fonds($dir,$pattern){
6 $liste = find_all_in_path($dir,$pattern);
7 foreach($liste as $k=>$v)
8 $liste[$k] = $dir . basename($v,'.html');
9 return $liste;
10 }
11
12 ?>