MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:54:25 +0000 (17:54 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:54:25 +0000 (17:54 +0800)
MailTemplateList.php

index df7fbca..0339a67 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/orderDetails.body.html';
+//        
+//        $data = $this->convertStyle($base, $path, false);
+//        
+//        print_r($data);exit;
+        
         $ret = array();
         
         foreach ($templateDir as $dir){