X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=MailTemplateList.php;h=64eb9c626eb543f94534248e9fd51855c1e86ec9;hp=0eb003acacc736ae082f13d4164d54eb1e7a4985;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=43083d38a925c5fa96074af3f6ff8ca1a1f93959 diff --git a/MailTemplateList.php b/MailTemplateList.php index 0eb003ac..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; - echo "
";print_r($fopts);exit;
+        
         $templateDir = explode(PATH_SEPARATOR, $fopts['templateDir']);
         
         $base = 'http://' . $_SERVER['SERVER_NAME'] . $this->rootURL;