Renamed 'content' to 'main_content' + updated 'core'.
[shipsimu.git] / application / shipsimu / main / commands / web / government / class_WebGovernmentFailedStartupCommand.php
index e7208505201385f654adfb636eb26004421a7602..54ddb058ffaab1cd8c8f960bbee5ee2ad9cec19d 100644 (file)
@@ -102,7 +102,7 @@ class WebGovernmentFailedStartupCommand extends BaseCommand implements Commandab
 
                // Assign the main template with the master template as a content ... ;)
                $templateInstance->compileTemplate();
-               $templateInstance->assignTemplateWithVariable('government_failed_main', 'content');
+               $templateInstance->assignTemplateWithVariable('government_failed_main', 'main_content');
 
                // Load the master template
                $templateInstance->loadCodeTemplate($masterTemplate);