From 026f16eafd9f30b6b58e4daf4ac67b94dc78b0de Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 3 Jul 2008 17:45:17 +0000 Subject: [PATCH] Need to extract template vars - oops git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13212 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/horizontal_rule.tpl | 5 +++++ templates/default/line_break.tpl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/templates/default/horizontal_rule.tpl b/templates/default/horizontal_rule.tpl index 8ca2bbaa..46d7c584 100644 --- a/templates/default/horizontal_rule.tpl +++ b/templates/default/horizontal_rule.tpl @@ -21,6 +21,11 @@ */ +// retrieve the template vars +// +extract($t); + + echo ' $value) { echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"'); diff --git a/templates/default/line_break.tpl b/templates/default/line_break.tpl index 4c782813..41e774c0 100644 --- a/templates/default/line_break.tpl +++ b/templates/default/line_break.tpl @@ -21,6 +21,11 @@ */ +// retrieve the template vars +// +extract($t); + + echo ' $value) { echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"'); -- 2.25.1