MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index e5360db..55cf50e 100644 (file)
@@ -13,7 +13,6 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
         
         $base = 'http://' . $fopts['host'] . $this->rootURL;
         
-        print_r($base);exit;
         $ret = array();
         
         foreach ($templateDir as $dir){
@@ -32,7 +31,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle
                     
                     $ret[] = array(
                         'file' => $entry,
-                        'content' => $this->convertStyle()
+                        'content' => $this->convertStyle($base, $path, false)
                     );
                 }