Skip to content
Snippets Groups Projects
Commit 6277c3c6 authored by cfoe's avatar cfoe
Browse files

fix for IE >= 9

parent e0599e58
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html dir="ltr" lang="<tmpl_var name="language">-<tmpl_var name="country">">
<html dir="ltr" lang="en-US">
<head>
<!--Possible? Vars in lang= ?-->
<meta charset="<tmpl_var name="html_content_encoding">" />
<title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<link href="themes/default/css/styles.css" rel="stylesheet" media="screen" type="text/css"/>
<link href="themes/default/css/print.css" rel="stylesheet" media="print" type="text/css"/>
<!--[if IE 9]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment