464c2ad8 |
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
|
8d6a2feb |
<title><?php echo $page_title; ?></title>
|
ff461209 |
<meta name="description" content= "<?php echo $description; ?>" >
|
464c2ad8 |
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
|
3957c7ee |
<!-- Les favicons -->
<link rel="apple-touch-icon" href="<?php echo PATH_URL; ?>apple-touch-icon.png">
<link rel="icon" href="<?php echo PATH_URL; ?>favicon.png" />
|
464c2ad8 |
|
ff461209 |
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.phtml"; ?>
|
464c2ad8 |
</head>
|