X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=MailTemplateList.php;h=64eb9c626eb543f94534248e9fd51855c1e86ec9;hp=bf0147d5521af6b496911d18ddd755226ff7d3c6;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=34090387a1ebed3d7b0dd00469e208c4f2521520 diff --git a/MailTemplateList.php b/MailTemplateList.php index bf0147d5..64eb9c62 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -5,7 +5,7 @@ require_once 'ConvertStyle.php'; class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle { - function get() + function get($v, $opts=array()) { $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy; @@ -13,12 +13,11 @@ class Pman_Core_MailTemplateList extends Pman_Core_ConvertStyle $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL; - - $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html'; - - $data = $this->convertStyle($base, $path, false); - - print_r($data);exit; +// $path = '/home/edward/gitlive/web.madeinnz/Pman/Shop/templates/mail/register.body.html'; +// +// $data = $this->convertStyle($base, $path, false); +// +// print_r($data);exit; $ret = array();