mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-20 23:07:01 +01:00
11 lines
492 B
HTML
11 lines
492 B
HTML
<link rel="index" href="$__comm_path" />
|
|
<roundcube:object name="meta" />
|
|
<roundcube:object name="links" />
|
|
<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:safari" />
|
|
<link rel="stylesheet" type="text/css" href="/safari.css" />
|
|
<roundcube:endif />
|