mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-25 01:06:56 +01:00
11 lines
723 B
HTML
11 lines
723 B
HTML
<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:endif />
|
|
<roundcube:if condition="browser:ie" />
|
|
<!--[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:endif />
|
|
<roundcube:if condition="browser:safari" />
|
|
<link rel="stylesheet" type="text/css" href="/safari.css" />
|
|
<roundcube:endif /> |