X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fhtml%2Fclass_HtmlLoginAreaCommand.php;h=555f246c91f34b21895bb9e97c13ad668885fab1;hp=c75c59c2b370d764fe3a09ac9d2f49a9f0239cc4;hb=ba2d7c9ae0a285d675ffba6442ac2f1a00feb332;hpb=9e1c690519dc4666fbb7d4a66b950d56770b25e0 diff --git a/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php b/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php index c75c59c2..555f246c 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginAreaCommand.php @@ -124,7 +124,7 @@ class HtmlLoginAreaCommand extends BaseCommand implements Commandable { // Assign the main template with the master template as a content ... ;) $templateInstance->compileTemplate(); - $templateInstance->assignTemplateWithVariable('login_main', 'content'); + $templateInstance->assignTemplateWithVariable('login_main', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate);