HTML/FlexyFramework/Page.php
authorjohn <john@roojs.com>
Sun, 15 Jul 2018 12:01:13 +0000 (20:01 +0800)
committerjohn <john@roojs.com>
Sun, 15 Jul 2018 12:01:13 +0000 (20:01 +0800)
HTML/FlexyFramework/Page.php

index 18d617f..6190ab8 100644 (file)
@@ -283,7 +283,7 @@ class HTML_FlexyFramework_Page  {
     */
     function outputBody() {
 
-        print_r('break here...');exit;
+        print_r('output body');exit;
 
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->template);