Add class attribute to template
[squirrelmail.git] / plugins / abook_take / setup.php
index e0f72d9214d58a8b9c1af4de12bba3b43a408229..e57e63d128a17bf459062f550510217b7637ef56 100755 (executable)
@@ -3,25 +3,17 @@
 /**
  * setup.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Address Take -- steals addresses from incoming email messages. Searches
  * the To, Cc, From and Reply-To headers, also searches the body of the
  * message.
  *
- * $Id$
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package plugins
  * @subpackage abook_take
  */
 
-/**
- * If SM_PATH isn't defined, define it.  Required to include files.
- * @ignore
- */
-if (!defined('SM_PATH'))  {
-    define('SM_PATH','../../');
-}
 
 /**
  * Initialize the plugin
@@ -59,5 +51,3 @@ function abook_take_options_display_save() {
 
     abook_take_save();
 }
-
-?>
\ No newline at end of file