X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginAreaCommand.php;h=63a86a72d0fbd2bfc2447262e13530df149957a1;hb=758554bdbe167d7503552e086f7955a5e851f657;hp=c6bb77250afd7e5c77430ebe8767a5e8614e8bd7;hpb=1e2209b0314919177e08f7ec626e9eb2e1f90d70;p=shipsimu.git diff --git a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php index c6bb772..63a86a7 100644 --- a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php @@ -70,9 +70,9 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable { * Prepares some general data which shall be displayed on every page * * @return void + * @todo Add some stuff here: Some personal data, app/game related data */ protected function prepareCommand () { - /* @todo Add some stuff here: Some personal data, app/game related data */ } /** @@ -144,7 +144,6 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable { // ... and all variables. This should be merged together in a pattern // to make things easier. A cache mechanism should be added between // these two calls to cache compiled templates. - //$templateInstance->debugInstance(); $templateInstance->compileVariables(); // Get the content back from the template engine and put it in the response class