X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=MailTemplateList.php;h=64eb9c626eb543f94534248e9fd51855c1e86ec9;hp=b84f0b7f8eb7116db92d45a8bfa5c360116081ec;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=13d7ecd432e29939e5703dacc731a576743610d6 diff --git a/MailTemplateList.php b/MailTemplateList.php index b84f0b7f..64eb9c62 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -5,10 +5,10 @@ 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; - print_r($fopts);exit; + $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']); $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;