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

index 45029ef..19a3f1b 100644 (file)
@@ -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://' . $fopts['host'] . $this->rootURL;