From d221e8dd4c6962e8eb9bc2081331e2405854316b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:12:46 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MailTemplateList.php b/MailTemplateList.php index c7dbca8d..f6e0bdc3 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -13,6 +13,12 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle $base = 'http://' . $fopts['host'] . $this->rootURL; + $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/orderDetails.body.html'; + + $data = $this->convertStyle($base, $path, false); + + print_r($data);exit; + $ret = array(); foreach ($templateDir as $dir){ -- 2.39.2