MailTemplateList.php
[Pman.Core] / 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;