<?php $vheader = new VHeader(); $vnav = new VNav(); $vfooter = new VFooter(); $vlcont = new VLeftCont(); //$mpart = new MPart; //$part = $mpart->Select_root (); $vpage = new $page['class'](); ?> <<?php ?> ?xml version"1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <title>AMVL - <?php echo $page['title']; ?> </title> <!-- -- > <base href="http://amv-l.fr/SiteAMV/Php/" > <!-- --> <link rel="icon" type="image/png" href="<?php echo ICONE_PAGE; ?> " /> <!--[if IE]> <label id="incorrect">Oups... Le site n'apparait pas correctement? télécharger la dernière version d'internet explorer: <a href="http://www.microsoft.com/france/windows/internet-explorer/telecharger-ie9.aspx">ici</a></label> <label id="incorrect"><br>Internet explorer ne va pas assez vite pour vous? installer mozilla firefox: <a href="http://www.mozilla-europe.org/fr/">ici</a></label>
<?php $vHtml = new VHtml(); $vnav = new VNav(); $vpage = new $page['class'](); //These thirds are not implemented yet //$vUserInfo = new VUserInfo(); //global $connec, $customAlert,$user; //$connec = new MDBase(); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title><?php echo $page['title']; ?> </title> <link rel="stylesheet" href="Lib/bootstrap.min.css" /> <link rel="stylesheet" href="Lib/bootstrap-theme.min.css" /> <link rel="stylesheet" href="Lib/bootstrap.icon-large.min.css" /> <link rel="stylesheet" href="Css/style.css" /> <!-- Ajout feuille de style spécifique à cette page --> <?php if (isset($page['css'])) { echo '<link rel="stylesheet" type="text/css" href="' . $page['css'] . '" />'; } ?> <link rel="icon" type="image/png" href="Img/favicon.png" />