summaryrefslogtreecommitdiff
path: root/skins/larry/includes/links.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-11-23 18:06:40 +0000
committerthomascube <thomas@roundcube.net>2011-11-23 18:06:40 +0000
commite7c445bea0dd19e19b8e403aef48deb59f52b0d9 (patch)
treeeaf2c02f3778e18efea4a86aefad7434fc242e99 /skins/larry/includes/links.html
parentfb6d86b9ad851ee72e79b5031fcaace71dfbe997 (diff)
Started with the new skin, codename 'Larry'
Diffstat (limited to 'skins/larry/includes/links.html')
-rw-r--r--skins/larry/includes/links.html7
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]-->