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

index 2bf1e1b..7d2ac56 100644 (file)
@@ -16,8 +16,8 @@ class Pman_Core_MailTemplateList extends Pman
 
     function get()
     {
-        $fopts = HTML_FlexyFramework::get()->page;
-        print_r($fopts);
+        $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
+        print_r(array_unique($fopts->templateDir));
         exit;
     }