| | |
| | | <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="env:task != 'login'" /> |
| | | <link rel="stylesheet" type="text/css" href="/<roundcube:exp expression="env:task=='addressbook'?'addresses':env:task" />.css" /> |
| | | <roundcube:if condition="!empty(env:task) && !in_array(env:task, array('login', 'dummy', 'utils'))" /> |
| | | <link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" /> |
| | | <roundcube:endif /> |
| | | <!--[if lte IE 7]><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: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 /> |