phpDocumentor updates
[squirrelmail.git] / plugins / translate / config_default.php
index e69670fc92a5dfa5adeb525b7fe81a286d717eb4..82db882dbef28241333fa2ae9c75e989ca223134 100644 (file)
@@ -1,10 +1,10 @@
 <?php
+
 /**
  * Default SquirrelMail translate plugin configuration
  *
- * Copyright (c) 2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright &copy; 2004-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
@@ -103,7 +103,7 @@ $disable_compose_translate=true;
  * If you enable custom translation engines, you must include
  * translate_form_custom(), translate_custom_showtrad() and
  * $translate_custom_showoption() functions in your config.
- * See example in config-sample.php
+ * @example plugins/translate/config_sample.php
  * @global bool $translate_custom_enabled
  */
 global $translate_custom_enabled;