templates/header.tpl: unicode patch - thanks to amsys

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@60 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 19 years ago
parent 6ae0207bf5
commit 86c40569ab

@ -9,7 +9,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php print isset ($PALANG['charset']) ? $PALANG['charset'] : 'iso-8859-1' ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php
if (file_exists (realpath ("./stylesheet.css"))) {
print "<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\" />\n";

Loading…
Cancel
Save