diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 08:47:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-02 08:47:01 +0000 |
| commit | 1fdf177e41e49009b675c5d58cbc0de9046425f3 (patch) | |
| tree | 389f310f84d85b145ed6ef62548d39c61fa871e2 | |
| parent | d95edbc1d7a2009137e7e727a67b7c93eb5e8bc0 (diff) | |
- Link to task-specific style files for build-in tasks only
git-svn-id: https://svn.roundcube.net/trunk@5002 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/includes/links.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/includes/links.html b/roundcubemail/skins/default/includes/links.html index 18caa3d4d..82673220a 100644 --- a/roundcubemail/skins/default/includes/links.html +++ b/roundcubemail/skins/default/includes/links.html @@ -1,7 +1,7 @@ <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="!empty(env:task) && !in_array(env:task, array('login', 'dummy', 'utils'))" /> +<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:ie" /> |
