]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlHomeCommand.php
It is now 'main_content'.
[core.git] / inc / classes / main / commands / html / class_HtmlHomeCommand.php
index b422cb730519734e42e2f527934b1ae12e81626d..847f01631010cf375cbf61492f367b42e441cfff 100644 (file)
@@ -87,7 +87,7 @@ class HtmlHomeCommand extends BaseCommand implements Commandable {
                $templateInstance->loadCodeTemplate('home');
 
                // Assign the home template with the master template as a content ... ;)
-               $templateInstance->assignTemplateWithVariable('home', 'content');
+               $templateInstance->assignTemplateWithVariable('home', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);