SAND-framework/application/layout/include/standart/head.phtml
Emmanuel ROY 77d7dfde23 Big Nighty Update de nouvelles fonctionnalités avec le README
Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>
2018-12-09 04:44:37 +01:00

18 lines
471 B
PHTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title><?php echo $name ?></title>
<meta name="description" content= <?php echo '"'.$description.'"' ?> >
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.pthml"
</head>