moving functions to separate file, adding configuration files
[squirrelmail.git] / class / html.class.php
index 3e5ed1cd24ad3c9c604377e3b90d53d0e0dad756..edc99a49b1829dc1e6e82569626b2cce16052e07 100644 (file)
@@ -2,14 +2,19 @@
 /**
  * html.class.php
  *
- * Copyright (c) 2002 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;