Preview.php
authorAlan Knowles <alan@roojs.com>
Tue, 25 Feb 2014 11:39:03 +0000 (19:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Feb 2014 11:39:03 +0000 (19:39 +0800)
Preview.php

index f84b961..e45b216 100644 (file)
@@ -47,7 +47,8 @@ class Pman_Builder_Preview extends Pman_Cms_Preview
     
     function outputBody()
     {
-        
+        print_R($m->path);
+        print_R($m->template);
         $proj = HTML_FlexyFramework::get()->project;
         // DB_DataObject::debugLevel(1);
         $m = DB_DAtaObject::factory('Builder_modules');