Subversion Repositories Sites.obs-saisons.fr

Rev

Blame | Last modification | View Log | RSS feed

<?php
// declare(encoding='UTF-8');
/** Inclusion du fichier principal de l'application*/
require_once 'rendu.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="Content-language" content="fr" />
        <?= Liens::renvoyerStylesInclus() ?>
                <?= Liens::renvoyerScriptsInclus() ?>
    </head>
        <body>    
                <?= AppControleur::getContenuCorps(); ?>
        </body>
</html>