Fix two typos "squirrelmai" -> "squirrelmail". Sheesh.
[squirrelmail.git] / themes / random.php
index b6af679bf9a66ff8e32a76fc5581b1fd6cdbb3cf..5267b01622eb50fc270363dc455db0b84f55a4c3 100755 (executable)
@@ -1,18 +1,20 @@
 <?php
 
 /**
- * random.php
- *    Name:    Random Theme Every Login
- *    Author:  Tyler Akins
- *    Date:    December 24, 2001
- *    Comment: Guess what this does!
+ * Name:    Random Theme Every Login
+ * @author  Tyler Akins
+ * Date:    December 24, 2001
+ * Comment: Guess what this does!
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
+/** Initialize the random number generator */
 sq_mt_randomize();
 
 require_once(SM_PATH . 'functions/global.php');