]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginCommand.php
Menu calls added (stubs)
[core.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index 981ad63a44b4e3a9ea2de5ddeef16ca9e7731c6e..2fc7deecae6fb4244c4e9737dcae89a9b3aa02b0 100644 (file)
@@ -105,6 +105,12 @@ class WebLoginCommand extends BaseCommand implements Commandable, Registerable {
                // *every* command has a navigation system and that is want we don't want.
                $menuInstance = ObjectFactory::createObjectByConfiguredName('login_menu_class', array($appInstance));
 
+               // Render the menu
+               $menuInstance->renderMenu();
+
+               // Transfer it to the template engine instance
+               $menuInstance->transferToTemplateEngine($templateInstance);
+
                // ... 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.