MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 6c67e1b..10438f1 100644 (file)
@@ -17,9 +17,9 @@ class Pman_Core_MailTemplateList extends Pman
     function get()
     {
         $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
-        print_r($fopts);exit;
-        $templateDir = explode(PATH_SEPARATOR, $fopts->templateDir);
         
+        $templateDir = explode(PATH_SEPARATOR, $fopts->templateDir);
+        print_r($templateDir);exit;
         foreach ($templateDir as $dir){
             if(!file_exists($dir . '/mail')){
                 continue;