From: Edward Date: Wed, 19 Feb 2014 09:09:48 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ec95ee5b0217ac5374168cfe96f15dbfef2d7d81 MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 47283409..e5360dbb 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -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){