DataObjects/pman.links.ini
[Pman.Core] / MailTemplateList.php
index 45029ef..4df5611 100644 (file)
@@ -8,10 +8,10 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
     function get()
     {
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
-        print_r($fopts);exit;
+        
         $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/orderShipment.body.html';
 //