Add charset and other meta tags to head

This commit is contained in:
Kyle Johnson 2014-11-15 17:34:51 +00:00
parent 6911b99271
commit b04d970132
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ function xhtmlHeaders( $file, $title )
<html lang="en">
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= validHtmlStr($title) ?></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>
<link rel="shortcut icon" href="graphics/favicon.ico"/>
<link rel="stylesheet" href="css/reset.css" type="text/css"/>