MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:09:48 +0000 (17:09 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:09:48 +0000 (17:09 +0800)
MailTemplateList.php

index 4728340..e5360db 100644 (file)
@@ -10,8 +10,10 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
         
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
-        print_r($fopts);exit;
         
+        $base = 'http://' . $fopts['host'] . $this->rootURL;
+        
+        print_r($base);exit;
         $ret = array();
         
         foreach ($templateDir as $dir){