Index: /trunk/htdocs/common/header.tpl.php
===================================================================
--- /trunk/htdocs/common/header.tpl.php	(revision 1068)
+++ /trunk/htdocs/common/header.tpl.php	(revision 1073)
@@ -9,10 +9,14 @@
 	<link rel="stylesheet" type="text/css" href="../common/common.css" />
 	<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" />
-	<title><?php echo $title = sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : '') . " - " . ucfirst($GLOBALS['module']); ?></title>
+	<title><?php echo sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : ''); ?> - <?php echo ucfirst($GLOBALS['module']); ?></title>
 </head>
 
 <body>
 <div id="header">
-	<div id="banner"><?php echo $title; ?></div>
+	<div id="banner">
+		<a href="http://xcache.lighttpd.net/" target="_blank"><img src="../common/xcache.png" id="logo" />
+			<?php echo $xcache_version; ?> - <?php echo ucfirst($GLOBALS['module']); ?>
+		</a>
+	</div>
 	<div id="nav">
 		<div id="mainnav">
Index: /trunk/htdocs/common/common.css
===================================================================
--- /trunk/htdocs/common/common.css	(revision 1069)
+++ /trunk/htdocs/common/common.css	(revision 1073)
@@ -38,7 +38,14 @@
 #header #banner {
 	font: 32px/51px serif;
-	padding-left: 10px;
 	color: white;
 	font-family: "arial", serif;
+}
+#header #banner a {
+	color: white;
+}
+#header #banner #logo {
+	display: block;
+	float: left;
+	padding-right: 5px;
 }
 #header #mainnav {
