From: Edward Date: Mon, 24 Mar 2014 10:25:15 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=43083d38a925c5fa96074af3f6ff8ca1a1f93959 MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 91e0ee5f..0eb003ac 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; - + echo "
";print_r($fopts);exit;
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
         $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;