From 4aada9596de1a5cd5f62744f9fe4131975173117 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 10 Dec 2006 21:06:24 +0000 Subject: [PATCH] Reposition read_body_header plugin output point git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11998 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/read_headers.tpl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/templates/default/read_headers.tpl b/templates/default/read_headers.tpl index bb914259..04424515 100644 --- a/templates/default/read_headers.tpl +++ b/templates/default/read_headers.tpl @@ -50,14 +50,10 @@ extract($t); - - - - - - + if (!empty($plugin_output['read_body_header'])) echo $plugin_output['read_body_header']; +?> @@ -65,4 +61,4 @@ extract($t);
- \ No newline at end of file + -- 2.25.1