MailTemplateList.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:37:13 +0000 (14:37 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:37:13 +0000 (14:37 +0800)
MailTemplateList.php

index 8557ac9..c5b3020 100644 (file)
@@ -16,7 +16,8 @@ class Pman_Core_MailTemplateList extends Pman
 
     function get()
     {
-        print_r($this);exit;
+        $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
+        print_r($fopts);
         exit;
     }