commit | author | age
|
b595c9
|
1 |
<link rel="index" href="$__comm_path" /> |
e66f5b
|
2 |
<link rel="shortcut icon" href="/images/favicon.ico"/> |
b4f7c6
|
3 |
<link rel="stylesheet" type="text/css" href="/common.css" /> |
6d5f75
|
4 |
<roundcube:if condition="!empty(env:task) && !in_array(env:task, array('login', 'dummy', 'utils'))" /> |
95a8f1
|
5 |
<link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" /> |
A |
6 |
<roundcube:endif /> |
cf7f22
|
7 |
<roundcube:if condition="browser:ie" /> |
e40091
|
8 |
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]--> |
cf7f22
|
9 |
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]--> |
A |
10 |
<roundcube:endif /> |
|
11 |
<roundcube:if condition="browser:safari" /> |
|
12 |
<link rel="stylesheet" type="text/css" href="/safari.css" /> |
|
13 |
<roundcube:endif /> |