From: Edward Date: Mon, 24 Mar 2014 10:19:53 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=13d7ecd432e29939e5703dacc731a576743610d6 MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 91e0ee5f..b84f0b7f 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -8,7 +8,7 @@ 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://' . $_SERVER['SERVER_NAME'] . $this->rootURL;