Add PHP index file
[squirrelmail.git] / plugins / translate / config_default.php
index 225d996e11d0049a454e1cfa5d037640f61a17bb..f31ca98537d68875c1b4c24f65161bddc6705a9b 100644 (file)
@@ -1,10 +1,10 @@
 <?php
+
 /**
  * Default SquirrelMail translate plugin configuration
  *
- * Copyright (c) 2004-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
+ * @copyright &copy; 2004-2007 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
@@ -103,9 +103,8 @@ $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;
 $translate_custom_enabled=false;
-?>