MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:14:39 +0000 (19:14 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:14:39 +0000 (19:14 +0800)
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';
 //