]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginAreaCommand.php
Menu classes added, unfinished
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 48ea537e3ebd0d146b1c9717849bc658895e1c58..673858d8facfd72bf5c0bc8c239150019aa53dac 100644 (file)
@@ -132,6 +132,10 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                // Set title
                $templateInstance->assignVariable('title', $this->getLanguageInstance()->getMessage($this->actionName . '_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_area_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.