diff options
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl new file mode 100644 index 000000000..3a7bcc604 --- /dev/null +++ b/view/head.tpl @@ -0,0 +1,8 @@ +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<base href="$baseurl" /> +<link rel="stylesheet" type="text/css" href="$baseurl/view/style.css" media="all" /> + +<!--[if IE]> +<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> +<![endif]--> + |