alecpl
2010-10-15 6d5f75670392fbad3431d445be562cf87a4a30cf
- Fix: when task is empty (on error?) don't try to include ".css" file


1 files modified
2 ■■■ changed files
skins/default/includes/links.html 2 ●●● patch | view | raw | blame | history
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="env:task != 'login' && env:task != 'dummy'" />
<roundcube:if condition="!empty(env:task) && !in_array(env:task, array('login', 'dummy', 'utils'))" />
<link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" />
<roundcube:endif />
<roundcube:if condition="browser:ie" />