openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fe25747d0cd8408fe5490d982d57dcf7acba74f8
parent 97bf2a3508f04f82d952ee89bf508a2385105c01
Author: dankert <devnull@localhost>
Date:   Sun, 19 Apr 2009 22:10:06 +0200

Auswertung von "textvar" vor "text" verschoben.

Diffstat:
themes/default/include/html/text.inc.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/themes/default/include/html/text.inc.php b/themes/default/include/html/text.inc.php @@ -60,14 +60,14 @@ $tmp_text = $langF($tmpArray[$attr_text]); #END-IF - #IF-ATTR text# - $tmp_text = $langF($attr_text); - #END-IF - #IF-ATTR textvar# $tmp_text = $langF($$attr_textvar); #END-IF + #IF-ATTR text# + $tmp_text = $langF($attr_text); + #END-IF + #IF-ATTR key# $tmp_text = $langF($attr_key); #END-IF