MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 55cf50e..c7dbca8 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
                     }
                     
                     $path = "$dir/mail/$entry";
-                    
+                    print_r($path);exit;
                     $ret[] = array(
                         'file' => $entry,
                         'content' => $this->convertStyle($base, $path, false)