Menu calls added (stubs)
[core.git] / inc / classes / main / commands / web / class_WebConfirmCommand.php
index 220ae5ce60d3aaae0965fb85b137d678f0f5ca23..6b0a78123d8925f2b0985a757bde759eee4808f7 100644 (file)
@@ -113,6 +113,12 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
                // *every* command has a navigation system and that is want we don't want.
                $menuInstance = ObjectFactory::createObjectByConfiguredName('confirm_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.