annotate skins/classic/includes/links.html @ 11:aff04b06b685
default tip
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author |
Charlie Root |
date |
Sun, 26 Jan 2025 13:09:03 -0500 |
parents |
4681f974d28b |
children |
|
rev |
line source |
0
|
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 /> |