diff options
author | thomascube <thomas@roundcube.net> | 2011-11-23 18:06:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-23 18:06:40 +0000 |
commit | e7c445bea0dd19e19b8e403aef48deb59f52b0d9 (patch) | |
tree | eaf2c02f3778e18efea4a86aefad7434fc242e99 /skins/larry/includes/links.html | |
parent | fb6d86b9ad851ee72e79b5031fcaace71dfbe997 (diff) |
Started with the new skin, codename 'Larry'
Diffstat (limited to 'skins/larry/includes/links.html')
-rw-r--r-- | skins/larry/includes/links.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/larry/includes/links.html b/skins/larry/includes/links.html new file mode 100644 index 000000000..1dba9f1cd --- /dev/null +++ b/skins/larry/includes/links.html @@ -0,0 +1,7 @@ +<link rel="shortcut icon" href="/images/favicon.ico"/> +<link rel="stylesheet" type="text/css" href="/styles.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 /> +<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]--> +<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]--> |