]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/html/class_CityHtmlLoginCommand.php
Continued (first wave of migration):
[city.git] / application / city / classes / commands / html / class_CityHtmlLoginCommand.php
index e4a4446dbdf1fef16c670321b8031aa92d400d62..bd1327d1f42b734634d99ea0c91dfe9672f9c85c 100644 (file)
@@ -101,8 +101,10 @@ class CityHtmlLoginCommand extends BaseCommand implements Commandable, Registera
                // Set title
                $templateInstance->assignVariable('title', $this->getLanguageInstance()->getMessage('page_login_title'));
 
-               // Construct the menu in every command. We could do this in BaseCommand class. But this means
-               // *every* command has a navigation system and that is want we don't want.
+               /*
+                * Construct the menu in every command. We could do this in BaseCommand class. But this means
+                * *every* command has a navigation system and that is want we don't want.
+                */
                $menuInstance = ObjectFactory::createObjectByConfiguredName('login_menu_class', array($applicationInstance));
 
                // Render the menu
@@ -133,6 +135,3 @@ class CityHtmlLoginCommand extends BaseCommand implements Commandable, Registera
                // Empty for now
        }
 }
-
-// [EOF]
-?>