]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebHomeCommand.php
Renamed to match with new name
[core.git] / inc / classes / main / commands / web / class_WebHomeCommand.php
index 56e112efccce88a8de1bca65accd17e312a78a9d..dde7e7f0d62a52808a0a3720c4b66a60f0d9365b 100644 (file)
@@ -99,6 +99,12 @@ class WebHomeCommand extends BaseCommand implements Commandable {
                // *every* command has a navigation system and that is want we don't want.
                $menuInstance = ObjectFactory::createObjectByConfiguredName('home_menu_class', array($appInstance));
 
+               // Render the menu
+               $menuInstance->renderMenu();
+
+               // Transfer it to the template engine instance
+               $menuInstance->transferContentToTemplateEngine($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.