DataObjects/Core_domain.php
[Pman.Core] / MailTemplateList.php
index 0339a67..91e0ee5 100644 (file)
@@ -11,9 +11,9 @@ 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/orderDetails.body.html';
+//        $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html';
 //        
 //        $data = $this->convertStyle($base, $path, false);
 //