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