Reposition read_body_header plugin output point
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Dec 2006 21:06:24 +0000 (21:06 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 10 Dec 2006 21:06:24 +0000 (21:06 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11998 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/read_headers.tpl

index bb914259116ae9e718ba9ed098d4726185172357..04424515df27749d42c5db6e2d0a8fdfd85dabdb 100644 (file)
@@ -50,14 +50,10 @@ extract($t);
    <?php echo $value; ?>
   </td>
  </tr>
-        <?php
+<?php
     }
- ?>
- <tr>
-  <td>
-   <?php if(!empty($plugin_output['read_body_header'])) echo $plugin_output['read_body_header']; ?>
-  </td>
- </tr>
+    if (!empty($plugin_output['read_body_header'])) echo $plugin_output['read_body_header'];
+?>
 </table>
 <table cellspacing="0" class="spacer">
  <tr>
@@ -65,4 +61,4 @@ extract($t);
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>