From 2b1be4975718a9af50955b222e697cfd7397515e Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 19:14:53 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index 4df56113..61e32636 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -12,7 +12,7 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL; - + print_r($base);exit; // $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/orderShipment.body.html'; // // $data = $this->convertStyle($base, $path, false); -- 2.39.2