Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9454)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9455)
@@ -18,4 +18,26 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2009/06/12 Daniela Dorner
+
+   * datacenter/db/include.php:
+     - adapted path of plus.png and minus.png
+
+   * datacenter/db/index-footer.html:
+     - adapted footer
+
+   * datacenter/db/menu.php:
+     - added functions for CTA MC
+
+   * datacenter/db/ctadefs.php:
+     - added (analog file to magicdefs.php for CTA)
+
+   * datacenter/db/ctamcinfo.php:
+     - added (website to display info about produced CTA MC)
+
+   * macros/starvisyear.C:
+     - added includes for compiling
+
+
 
  2009/06/09 Daniela Dorner
Index: /trunk/MagicSoft/Mars/macros/starvisyear.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/starvisyear.C	(revision 9454)
+++ /trunk/MagicSoft/Mars/macros/starvisyear.C	(revision 9455)
@@ -33,4 +33,17 @@
 ///////////////////////////////////////////////////////////////////////////
 
+#include <TString.h>
+#include <TCanvas.h>
+#include <TH2D.h>
+#include <TGraph.h>
+
+#include "MObservatory.h"
+#include "MTime.h"
+#include "MAstro.h"
+#include "MAstroSky2Local.h"
+#include "MVector3.h"
+#include "MH.h"
+
+
 void starvisyear()
 {
@@ -45,4 +58,5 @@
 
     // Setup right ascension and declination of the source to display
+    //Crab
     const Double_t ra  = MAstro::Hms2Rad(5, 34, 31.9);
     const Double_t dec = MAstro::Dms2Rad(22, 0, 52.0);
