From: Edward Date: Mon, 24 Mar 2014 10:37:46 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d4856b9e1e5a8e4a32fac6ef949f1093352a38ae MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index 0eb003ac..91e0ee5f 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;