]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / config.php
index ca1565d87d8b6c9a083a75ef1807b098ce14f107..d775d4641a77595a90f3dcc4223df717b9996e3e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -400,5 +400,11 @@ $cfg->setConfigEntry('web_cmd_government_failed_resolver_class', "WebGovernmentF
 // CFG: REFILL-REQUEST-CURRENCY-PAYMENT-TYPE
 $cfg->setConfigEntry('refill_request_currency_payment_type', "test");
 
+// CFG: LOGIN-REGISTER-LOGIN-FORM
+$cfg->setConfigEntry('login_register_login_form', "index.php?app={?app_short_name?}&amp;page=register");
+
+// CFG: HOME-MENU-CLASS
+$cfg->setConfigEntry('home_menu_class', "ShipSimuHomeMenu");
+
 // [EOF]
 ?>