From: tokul Date: Mon, 18 Apr 2005 07:36:23 +0000 (+0000) Subject: lowercase package tag. fix phpdoc block. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=9f7d2fa9bd415636f74f1325fe5f4ce6b0be546c lowercase package tag. fix phpdoc block. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9330 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/template/template.class.php b/class/template/template.class.php index 5fb9d168..a4cc40ba 100755 --- a/class/template/template.class.php +++ b/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 and Andrei Zmievski . * - * @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 * @author Andrei Zmievski - * @package SquirrelMail + * @package squirrelmail */ class Template {