Browse Source

Adding contact info to author name

pdontthink 18 years ago
parent
commit
0d1813d698

+ 1 - 1
class/template/PHP_Template.class.php

@@ -23,7 +23,7 @@
   * @author Paul James
   * @author Monte Ohrt <monte at ispi.net>
   * @author Andrei Zmievski <andrei at php.net>
-  * @author Paul Lesniewski
+  * @author Paul Lesniewski <paul at squirrelmail.org>
   * @package squirrelmail
   *
   */

+ 1 - 1
class/template/Smarty_Template.class.php

@@ -20,7 +20,7 @@
   * The SquirrelMail Smarty Template class.  Extends the base
   * Template class for use with Smarty template pages.
   *
-  * @author Paul Lesniewski
+  * @author Paul Lesniewski <paul at squirrelmail.org>
   * @package squirrelmail
   *
   */

+ 1 - 1
class/template/Template.class.php

@@ -37,7 +37,7 @@ require(SM_PATH . 'functions/template.php');
   *     append_by_ref()
   *     apply_template()
   *
-  * @author Paul Lesniewski
+  * @author Paul Lesniewski <paul at squirrelmail.org>
   * @package squirrelmail
   *
   */