Procházet zdrojové kódy

lowercase package tag. fix phpdoc block.

tokul před 20 roky
rodič
revize
0b7730f1ad
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  1. 2 5
      class/template/template.class.php

+ 2 - 5
class/template/template.class.php

@@ -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
 {