adding address book block
[squirrelmail.git] / class / html.class.php
index faa9b3c34fbc1c6f76106a3d97fa311c67e68397..fba98feb2f70f2933e8d46e9e70c4938f8b3fa0a 100644 (file)
@@ -2,14 +2,19 @@
 /**
  * html.class.php
  *
- * Copyright (c) 2003 The SquirrelMail Project Team
+ * Copyright (c) 2003-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This contains functions needed to generate html output.
  *
- * $Id$
+ * @version $Id$
+ * @package squirrelmail
  */
 
+/**
+ * This class needs documenting - volunteers?
+ * @package squirrelmail
+ */
 class html {
   var $tag, $text, $style, $class,  
       $id, $html_el = array(), $javascript, $xtr_prop;
@@ -167,4 +172,4 @@ class html {
 }
  
 
-?>
+?>
\ No newline at end of file