summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-03-01 21:58:54 +0000
committerthomascube <thomas@roundcube.net>2011-03-01 21:58:54 +0000
commitae39c47c3a07f9a9334c9676829fd948d682ffbd (patch)
tree9fbf9aafce13c4dd38c5a327a3c5cf9cfbb6d454 /skins
parent715c7961ba8ff72fe40720bb4feaa7865e57e8b9 (diff)
New config option for custom logo; allow skins to define/override texts
Diffstat (limited to 'skins')
-rw-r--r--skins/default/includes/header.html2
-rw-r--r--skins/default/templates/login.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html
index 393ee9218..37db1e8ca 100644
--- a/skins/default/includes/header.html
+++ b/skins/default/includes/header.html
@@ -1,3 +1,3 @@
-<div id="header"><a href="./"><img id="logo" src="/images/roundcube_logo.png" alt="logo" title="<roundcube:object name='productname' />" /></a></div>
+<div id="header"><a href="./"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></a></div>
<roundcube:object name="message" id="message" />
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index a315557bf..7fb4370ca 100644
--- a/skins/default/templates/login.html
+++ b/skins/default/templates/login.html
@@ -7,7 +7,7 @@
</head>
<body>
-<img id="logo" src="/images/roundcube_logo.png" border="0" alt="<roundcube:object name='productname' />" style="margin:0 11px" />
+<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" />
<roundcube:object name="message" id="message" />