Time to stop coding for tonight. Making this kind of terrible bugs is bad.
[squirrelmail.git] / plugins / calendar / setup.php
index ed27dea86450a73e00c641cf57c6bdc8518e93e6..0d7b7ac4ece98eceadfd5307402519177b773ded 100644 (file)
@@ -1,24 +1,27 @@
 <?php
-/*
- *  setup.php
+
+/**
+ * setup.php
+ *
+ * Copyright (c) 2002 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- *  Copyright (c) 2001 Michal Szczotka <michal@tuxy.org>
- *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  *
- *  init plugin into squirrelmail
+ * init plugin into squirrelmail
  *
+ * $Id$ 
  */
 
-
 function squirrelmail_plugin_init_calendar() {
     global $squirrelmail_plugin_hooks;
     $squirrelmail_plugin_hooks['menuline']['calendar'] = 'calendar';
 }
 
 function calendar() {
-    //Add Calendar link to upper menu
+    /* Add Calendar link to upper menu */
     displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right');
     echo "&nbsp;&nbsp\n";
 }
 
-?>
\ No newline at end of file
+?>