From: Roland Haeder Date: Thu, 14 May 2015 09:42:34 +0000 (+0200) Subject: It is now 'main_content'. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=ba2d7c9ae0a285d675ffba6442ac2f1a00feb332 It is now 'main_content'. Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/commands/html/class_HtmlConfirmCommand.php b/inc/classes/main/commands/html/class_HtmlConfirmCommand.php index 7500fead..9cc72c4f 100644 --- a/inc/classes/main/commands/html/class_HtmlConfirmCommand.php +++ b/inc/classes/main/commands/html/class_HtmlConfirmCommand.php @@ -90,7 +90,7 @@ class HtmlConfirmCommand extends BaseCommand implements Commandable { $templateInstance->loadCodeTemplate('confirm_link'); // Assign the home template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('confirm_link', 'content'); + $templateInstance->assignTemplateWithVariable('confirm_link', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate); diff --git a/inc/classes/main/commands/html/class_HtmlHomeCommand.php b/inc/classes/main/commands/html/class_HtmlHomeCommand.php index b422cb73..847f0163 100644 --- a/inc/classes/main/commands/html/class_HtmlHomeCommand.php +++ b/inc/classes/main/commands/html/class_HtmlHomeCommand.php @@ -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); 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); diff --git a/inc/classes/main/commands/html/class_HtmlLoginCommand.php b/inc/classes/main/commands/html/class_HtmlLoginCommand.php index f5221504..e3235769 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginCommand.php @@ -93,7 +93,7 @@ class HtmlLoginCommand extends BaseCommand implements Commandable, Registerable $templateInstance->loadCodeTemplate('login_form'); // Assign the home template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('login_form', 'content'); + $templateInstance->assignTemplateWithVariable('login_form', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate); diff --git a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php index af50192a..4a73bd2b 100644 --- a/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php @@ -87,7 +87,7 @@ class HtmlLoginFailedCommand extends BaseCommand implements Commandable { $templateInstance->loadCodeTemplate('login_failed'); // Assign the login_failed template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('login_failed', 'content'); + $templateInstance->assignTemplateWithVariable('login_failed', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate); diff --git a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php index 9149de16..b02ab925 100644 --- a/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php +++ b/inc/classes/main/commands/html/class_HtmlLogoutDoneCommand.php @@ -87,7 +87,7 @@ class HtmlLogoutDoneCommand extends BaseCommand implements Commandable { $templateInstance->loadCodeTemplate('logout_done'); // Assign the logout_done template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('logout_done', 'content'); + $templateInstance->assignTemplateWithVariable('logout_done', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate); 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); diff --git a/inc/classes/main/commands/html/class_HtmlStatusCommand.php b/inc/classes/main/commands/html/class_HtmlStatusCommand.php index eb280138..e27858ca 100644 --- a/inc/classes/main/commands/html/class_HtmlStatusCommand.php +++ b/inc/classes/main/commands/html/class_HtmlStatusCommand.php @@ -88,7 +88,7 @@ class HtmlStatusCommand extends BaseCommand implements Commandable { $templateInstance->loadCodeTemplate('status'); // Assign the status template with the master template as a content ... ;) - $templateInstance->assignTemplateWithVariable('status', 'content'); + $templateInstance->assignTemplateWithVariable('status', 'main_content'); // Load the master template $templateInstance->loadCodeTemplate($masterTemplate); diff --git a/inc/classes/main/mailer/debug/class_DebugMailer.php b/inc/classes/main/mailer/debug/class_DebugMailer.php index a3e1fa13..3a37c02a 100644 --- a/inc/classes/main/mailer/debug/class_DebugMailer.php +++ b/inc/classes/main/mailer/debug/class_DebugMailer.php @@ -147,7 +147,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail { $templateInstance->compileTemplate(); // Assign this template with variable - $templateInstance->assignTemplateWithVariable('mail_debug', 'content'); + $templateInstance->assignTemplateWithVariable('mail_debug', 'main_content'); // Load header template $templateInstance->loadCodeTemplate('header');