MailTemplateList.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 05:31:15 +0000 (13:31 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 05:31:15 +0000 (13:31 +0800)
MailTemplateList.php

index bf0147d..91e0ee5 100644 (file)
@@ -13,12 +13,11 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         
         $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;
         
-        
-        $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();