Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 447 → Rev 448

/trunk/client/projet/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;
 
?>