MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 2949070..4df5611 100644 (file)
@@ -10,8 +10,8 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
         
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
-        print_r($_SERVER['SERVER_NAME']);exit;
-        $base = 'http://' . $fopts['host'] . $this->rootURL;
+        
+        $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;
         
 //        $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/orderShipment.body.html';
 //