HTML/FlexyFramework/Page.php
authorjohn <john@roojs.com>
Sun, 15 Jul 2018 11:54:10 +0000 (19:54 +0800)
committerjohn <john@roojs.com>
Sun, 15 Jul 2018 11:54:10 +0000 (19:54 +0800)
HTML/FlexyFramework/Page.php

index eed7f99..18d617f 100644 (file)
@@ -283,6 +283,8 @@ class HTML_FlexyFramework_Page  {
     */
     function outputBody() {
 
+        print_r('break here...');exit;
+
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->template);
         if ($this->elements) { /* BC crap! */