CSS classes formed to ids and command LocalHome finished
[shipsimu.git] / inc / classes / main / commands / local / class_LocalHomeCommand.php
index 02f0928f844b7e9e7376d59e6437b0330337ceda..24ef746cf96f7a79e7d79f4d9ec94b510526cd9b 100644 (file)
@@ -94,7 +94,9 @@ class LocalHomeCommand extends BaseCommand implements Commandable {
                // to make things easier. A cache mechanism should be added between
                // these two calls to cache compiled templates.
                $templateInstance->compileVariables();
-               die("<pre>".print_r($templateInstance, true)."</pre>");
+
+               // Get the content back from the template engine and put it in the response class
+               $templateInstance->transferToResponse($responseInstance);
        }
 }