X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fmenu%2Fclass_ShipSimuLoginAreaMenu.php;h=038b1235a99efc53973d8535a33740f4c1f0b5ae;hp=23f661ebb7899134b3cf21afd143e77e65036e07;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=b3eb5c7b89572596e381d86c176beba542f20055 diff --git a/application/ship-simu/main/menu/class_ShipSimuLoginAreaMenu.php b/application/ship-simu/main/menu/class_ShipSimuLoginAreaMenu.php index 23f661e..038b123 100644 --- a/application/ship-simu/main/menu/class_ShipSimuLoginAreaMenu.php +++ b/application/ship-simu/main/menu/class_ShipSimuLoginAreaMenu.php @@ -2,11 +2,11 @@ /** * A menu class for Ship-Simu * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @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 + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ class ShipSimuLoginAreaMenu extends BaseMenu implements RenderableMenu { * * @return $menuInstance An instance of this class */ - public final static function createShipSimuLoginAreaMenu () { + public static final function createShipSimuLoginAreaMenu () { // Get a new instance $menuInstance = new ShipSimuLoginAreaMenu();