favicon in layouts

This commit is contained in:
Hugo Loza
2011-02-28 21:50:28 +00:00
parent bd50ae3799
commit 1eb5d31f77
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="/skins/green/style.css"/>
{$header}
</head>
<body>

View File

@@ -1,7 +1,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{$header}
</head>