Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 657)
+++ trunk/CHANGELOG	(revision 658)
@@ -13,7 +13,8 @@
 ------------------------------------- 2.7.0 -------------------------------------
 02-Feb-2008 Thomas Hornik
 !	settings: pages-directory '/' will be converted to '' (empty string) on save.
-!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
+!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
+#	fixed path in jscalendar-css
 01-Feb-2008 Christian Sommer
 #	Added default index.php to all folders to prevent directory spoofing
 01-Feb-2008 Thomas Hornik
Index: trunk/wb/include/jscalendar/calendar-system.css
===================================================================
--- trunk/wb/include/jscalendar/calendar-system.css	(revision 657)
+++ trunk/wb/include/jscalendar/calendar-system.css	(revision 658)
@@ -33,7 +33,7 @@
 }
 
 .calendar .nav {
-  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
+  background: ButtonFace url(<?php echo WB_URL ?>/include/jscalendar/menuarrow.gif) no-repeat 100% 100%;
 }
 
 .calendar thead .title { /* This holds the current "month, year" */
