X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fhtml%2Fclass_HtmlRegisterCommand.php;h=4f8105d20193a708a6552880b157d97ba4f8ac03;hp=a293bed4afa9bcbd239ae537c002320eac0cc6d8;hb=ba2d7c9ae0a285d675ffba6442ac2f1a00feb332;hpb=9e1c690519dc4666fbb7d4a66b950d56770b25e0;ds=sidebyside diff --git a/inc/classes/main/commands/html/class_HtmlRegisterCommand.php b/inc/classes/main/commands/html/class_HtmlRegisterCommand.php index a293bed4..4f8105d2 100644 --- a/inc/classes/main/commands/html/class_HtmlRegisterCommand.php +++ b/inc/classes/main/commands/html/class_HtmlRegisterCommand.php @@ -94,7 +94,7 @@ class HtmlRegisterCommand extends BaseCommand implements Commandable, Registerab // Assign the register template with the master template as a content ... ;) $templateInstance->compileTemplate(); - $templateInstance->assignTemplateWithVariable('register_form', 'content'); + $templateInstance->assignTemplateWithVariable('register_form', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate);