瀏覽代碼

Reposition read_body_header plugin output point

pdontthink 18 年之前
父節點
當前提交
fd7764d661
共有 1 個文件被更改,包括 4 次插入8 次删除
  1. 4 8
      templates/default/read_headers.tpl

+ 4 - 8
templates/default/read_headers.tpl

@@ -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>
+</div>