Mercurial > hg > rc1
comparison skins/classic/includes/links.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 <link rel="index" href="$__comm_path" /> | |
| 2 <link rel="shortcut icon" href="/images/favicon.ico"/> | |
| 3 <link rel="stylesheet" type="text/css" href="/common.css" /> | |
| 4 <roundcube:if condition="in_array(env:task, array('mail', 'addressbook', 'settings'))" /> | |
| 5 <link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" /> | |
| 6 <roundcube:endif /> | |
| 7 <roundcube:if condition="browser:safari" /> | |
| 8 <link rel="stylesheet" type="text/css" href="/safari.css" /> | |
| 9 <roundcube:endif /> |
