Subversion Repositories Applications.projet

Rev

Blame | Last modification | View Log | RSS feed

<?
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;

?>