Syntax error fix
[squirrelmail.git] / plugins / translate / setup.php
index b75a07ddf2d0750d0510301c986d1c327f13d4c6..60ca8e1559b26551b13802cb0c72c6ad38b5c766 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * setup.php
  *
@@ -7,21 +8,13 @@
  *
  * Translation of composed messages is not supported.
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright &copy; 1999-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
  */
 
-/**
- * If SM_PATH isn't defined, define it.
- * @ignore
- */
-if (!defined('SM_PATH'))  {
-    define('SM_PATH','../../');
-}
 
 /**
  * Initialize the translation plugin
@@ -94,4 +87,3 @@ function translate_set_loadinfo() {
     include_once(SM_PATH . 'plugins/translate/functions.php');
     translate_set_loadinfo_function();
 }
-?>
\ No newline at end of file