Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 14033)
+++ branches/dev/html/admin/basis/preview.php	(revision 14034)
@@ -29,5 +29,6 @@
 		$sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ? AND del_flg = 0";
 		$id = $_GET['id'];
-        $result = $conn->getAll($sql, array($id));   
+        $result = $conn->getAll($sql, array($id));
+        print($result["header"]);
         if ( $result ){
                 if ( $result[0]["mail_method"] == 2 ){
