X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fconfig.php;h=d775d4641a77595a90f3dcc4223df717b9996e3e;hp=b1b41760fba7d78e1d29df31a5e0512e39560efd;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hpb=f02a7999c069f746fdeefee4f4b42ca240be36a0 diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index b1b4176..d775d46 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @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 * @@ -403,5 +403,8 @@ $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?}&page=register"); +// CFG: HOME-MENU-CLASS +$cfg->setConfigEntry('home_menu_class', "ShipSimuHomeMenu"); + // [EOF] ?>