MailTemplateList.php
[Pman.Core] / MailTemplateList.php
index 1af3d38..501381c 100644 (file)
@@ -16,7 +16,9 @@ class Pman_Core_MailTemplateList extends Pman
 
     function get()
     {
-        print_r('run');
+        $fopts = HTML_FlexyFramework::get()->HTML_Template_Flexy;
+        print_r(PATH_SEPARATOR);
+        exit;
     }
      
 }