MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 55cf50e..19a3f1b 100644 (file)
@@ -13,6 +13,12 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         
         $base = 'http://' . $fopts['host'] . $this->rootURL;
         
+//        $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/orderShipment.body.html';
+//        
+//        $data = $this->convertStyle($base, $path, false);
+//        
+//        print_r($data);exit;
+        
         $ret = array();
         
         foreach ($templateDir as $dir){
@@ -39,8 +45,8 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
             }
             
         }
-        exit;
-//        $this->jok($ret);
+
+        $this->jok($ret);
         
     }