From 3efe96aec396b95fa8b2cd0df4db1587fcd8cdfe Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 12 Jan 2012 02:17:38 -0500
Subject: [PATCH] - Added 0.7.1 to the list of versions

---
 skins/default/includes/header.html |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/skins/default/includes/header.html b/skins/default/includes/header.html
index bcb6efb..900968f 100644
--- a/skins/default/includes/header.html
+++ b/skins/default/includes/header.html
@@ -1,10 +1,3 @@
-<div id="taskbar">
-<roundcube:button command="mail" label="mail" class="button-mail" />
-<roundcube:button command="addressbook" label="addressbook" class="button-addressbook" />
-<roundcube:button command="settings" label="settings" class="button-settings" />
-<roundcube:button command="logout" label="logout" class="button-logout" />
-</div>
-
-<div id="header"><roundcube:button command="mail" image="/images/roundcube_logo.png" alt="RoundCube Webmail" width="165" height="55" /></div>
+<div id="header"><a href="./?_page=1"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></a></div>
 
 <roundcube:object name="message" id="message" />

--
Gitblit v1.9.1