Pman.Gnumeric.js
[Pman.Core] / MailTemplateList.php
index bf0147d..64eb9c6 100644 (file)
@@ -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();