From bf214a478fadd935a8b5dd89eafae0fe50463ae9 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 22 Mar 2010 04:21:17 -0400 Subject: [PATCH] - Use product name as title of header logo, change header logo link (#1486567) --- skins/default/includes/header.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html index 2e47ff9..14cc80c 100644 --- a/skins/default/includes/header.html +++ b/skins/default/includes/header.html @@ -1,3 +1,3 @@ -<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" /></div> +<div id="header"><a href="./"><img src="/images/roundcube_logo.png" alt="logo" title="<roundcube:object name='productname' />" /></a></div> <roundcube:object name="message" id="message" /> -- Gitblit v1.9.1