MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:12:13 +0000 (17:12 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:12:13 +0000 (17:12 +0800)
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)