Menu classes added, unfinished
[core.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index e1c314b13192bb0976419fb57c1a0a6bde58e566..0f6758f69bce0423d351e9ca4c9eecd85f204506 100644 (file)
@@ -98,6 +98,10 @@ class WebLoginCommand extends BaseCommand implements Commandable {
                // 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.
+               $menuInstance = ObjectFactory::createObjectByConfiguredName('login_menu_class', array($appInstance));
+
                // ... 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.