Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1666)
+++ branches/2.8.x/CHANGELOG	(revision 1667)
@@ -11,7 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
-
+17 Apr-2012 Build 1667 Dietmar Woellbrink (Luisehahne)
++ add folder /templates/round/title_images to work with page_icon
 17 Apr-2012 Build 1666 Dietmar Woellbrink (Luisehahne)
 ! update of installer and upgradescript for Revision 1664/1665
 + add fields page_icon, menu_icon_0, menu_icon_1 to pages
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1666)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1667)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1666');
+if(!defined('REVISION')) define('REVISION', '1667');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/templates/round/print.css
===================================================================
--- branches/2.8.x/wb/templates/round/print.css	(revision 1666)
+++ branches/2.8.x/wb/templates/round/print.css	(revision 1667)
@@ -35,11 +35,11 @@
 	margin: 0px;
 }
 a:link, a:visited, a:active {
-	color: #036;
+	color: #000;
 	text-decoration: none;
 }
 a:hover {
-	color: #369;
+	color: #000;
 	text-decoration: none;
 }
 .header, .left-col, .menu, .search, .powered_by, .footer {
