DataObjects/Core_domain.php
[Pman.Core] / MailTemplateList.php
index df7fbca..91e0ee5 100644 (file)
@@ -11,7 +11,13 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
-        $base = 'http://' . $fopts['host'] . $this->rootURL;
+        $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;
         
         $ret = array();