Preview.php
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 04:21:07 +0000 (12:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 04:21:07 +0000 (12:21 +0800)
Preview.php

index 9e5ff98..b094135 100644 (file)
@@ -79,6 +79,7 @@ class Pman_Builder_Preview extends Pman_Cms_Preview
             $template_engine = new HTML_Template_Flexy();
         }
         $template_engine->debug = 1;
+        print_R($template_engine);
         
         $template_engine->compile($this->template);
         if ($this->elements) { /* BC crap! */