Add class attribute to template
[squirrelmail.git] / plugins / abook_take / setup.php
index 00e9439452c310f94cf51dbcfa25f14e3bcd6bd4..e57e63d128a17bf459062f550510217b7637ef56 100755 (executable)
  * @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
@@ -58,5 +51,3 @@ function abook_take_options_display_save() {
 
     abook_take_save();
 }
-
-?>
\ No newline at end of file