Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/chooser.php
New file
0,0 → 1,14
<?
if(empty($fichier_cartouche)):$fichier_cartouche="cartouche.php";
endif;
 
$fichier_cartouche="php/frame/arbre/$fichier_cartouche";
 
if(empty($fichier_arbre)):include('php/frame/arbre/appli_arbre.php');
else : {
$toto="php/frame/arbre/$fichier_arbre";
include($toto);
}
endif;
 
?>