lowercase package tag. fix phpdoc block.
[squirrelmail.git] / class / template / template.class.php
index 5fb9d168671850b81521922b8a1e20585e5ac47d..a4cc40ba9b98e70651cf9b6f2473152c338e7733 100755 (executable)
@@ -7,13 +7,10 @@
  * This file contains some methods from the Smarty templating engine version
  * 2.5.0 by Monte Ohrt <monte@ispi.net> and Andrei Zmievski <andrei@php.net>.
  *
- * @version $Id$
- */
-
-/**
  * The SquirrelMail (Foowd) template implementation.
  * Derived from the foowd template implementation and adapted
  * for squirrelmail
+ * @version $Id$
  * @package SquirrelMail
  */
 
@@ -26,7 +23,7 @@
  * @author Paul James
  * @author Monte Ohrt <monte@ispi.net>
  * @author Andrei Zmievski <andrei@php.net>
- * @package SquirrelMail
+ * @package squirrelmail
  */
 class Template
 {