]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
Renamed to match with latest core. Database files ignored, cache files ignored
[shipsimu.git] / application / ship-simu / config.php
index 00973d7769efce22fb6f8e0c63ad1dc25069291c..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
  *
@@ -38,7 +38,7 @@ $cfg->setConfigEntry('default_image_command', "build");
 $cfg->setConfigEntry('page_with_news', "home");
 
 // CFG: FORM-ACTION
-$cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&amp;page=do_form");
+$cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&page=do_form");
 
 // CFG: FORM-METHOD
 $cfg->setConfigEntry('form_method', "post");
@@ -130,6 +130,9 @@ $cfg->setConfigEntry('login_government_startup_failed_url', "index.php?app={?app
 // CFG: LOGIN-GOVERNMENT-TRAINING-FAILED-URL
 $cfg->setConfigEntry('login_government_training_failed_url', "index.php?app={?app_short_name?}&page=government_failed&failed=training");
 
+// CFG: REFILL-PAGE-CURRENCY-DONE-URL
+$cfg->setConfigEntry('refill_page_done_url', "index.php?app={?app_short_name?}&page=login_area&action=refill_done&done={?refill_done?}&amount={?amount?}");
+
 // CFG: LOGIN-DEFAULT-ACTION
 $cfg->setConfigEntry('login_default_action', "welcome");
 
@@ -397,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]
 ?>