From: Edward Date: Mon, 24 Mar 2014 10:20:06 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=94bd35be72b317343ab594602f90af1ada2e8d81 MailTemplateList.php --- diff --git a/MailTemplateList.php b/MailTemplateList.php index b84f0b7f..6459ab58 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -8,9 +8,9 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle function get() { $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy; - print_r($fopts);exit; - $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); + $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); + print_r($templateDir);exit; $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL; // $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html';