You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
780 B
HTML
14 lines
780 B
HTML
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
|
|
<link rel="index" href="$__comm_path" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico"/>
|
|
<link rel="stylesheet" type="text/css" href="/common.css" />
|
|
<roundcube:if condition="in_array(env:task, array('mail', 'addressbook', 'settings'))" />
|
|
<link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" />
|
|
<roundcube:endif />
|
|
<roundcube:if condition="browser:ie" />
|
|
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]-->
|
|
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]-->
|
|
<roundcube:endif />
|
|
<roundcube:if condition="browser:safari" />
|
|
<link rel="stylesheet" type="text/css" href="/safari.css" />
|
|
<roundcube:endif /> |