MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 78dc3b9..bf0147d 100644 (file)
@@ -12,13 +12,13 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
         $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;
-        print_r($base);exit;
         
-//        $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html';
-//        
-//        $data = $this->convertStyle($base, $path, false);
-//        
-//        print_r($data);exit;
+        
+        $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html';
+        
+        $data = $this->convertStyle($base, $path, false);
+        
+        print_r($data);exit;
         
         $ret = array();