MailTemplateList.php
authorEdward <edward@roojs.com>
Mon, 24 Mar 2014 10:37:46 +0000 (18:37 +0800)
committerEdward <edward@roojs.com>
Mon, 24 Mar 2014 10:37:46 +0000 (18:37 +0800)
MailTemplateList.php

index 0eb003a..91e0ee5 100644 (file)
@@ -8,7 +8,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
     function get()
     {
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
-        echo "<PRE>";print_r($fopts);exit;
+        
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
         $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;