Preview.php
authorEdward <edward@roojs.com>
Fri, 19 Sep 2014 10:52:15 +0000 (18:52 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Sep 2014 10:52:15 +0000 (18:52 +0800)
Preview.php

index 6776c7b..5f54fa2 100644 (file)
@@ -71,13 +71,15 @@ class Pman_Builder_Preview extends Pman_Cms_Preview
         // use the builder_module == app name
         // look for part with same name.
         if (empty($ff->Pman_Builder['from_filesystem'])) {
-        
+            
             $template_engine = new HTML_Template_Flexy(array(
                 'templateDir' => $m->path
             ));
         } else {
             $template_engine = new HTML_Template_Flexy();
         }
+        
+        print_r($template_engine->templateDir);exit;
         $template_engine->debug = 1;
         //print_R($template_engine);