openrat-cms

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

commit 38858be091f7df2026b087260e6f68388ae3518f
parent a3c8b45049219b312dab10b1a0f000746cc3f061
Author: dankert <devnull@localhost>
Date:   Mon, 30 Nov 2009 22:48:04 +0100

Im Debug-Mode bei Ausgabe der Template-Variablen: HTML-Kommentar-Ende-Zeichen entfernen, da dies sonst die Ausgabe zerstört.

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

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -29,4 +29,4 @@ <body class="<?php echo $attr_class ?>" <?php if (@$conf['interface']['application_mode']) { ?> style="padding:0px;margin:0px;"<?php } ?> > -<?php /* Debug-Information */ if ($showDuration) { echo "<!--\n";print_r($this->templateVars);echo "\n-->";} ?>- \ No newline at end of file +<?php /* Debug-Information */ if ($showDuration) { echo "<!-- Output Variables are:\n";echo str_replace('-->','-- >',print_r($this->templateVars,true));echo "\n-->";} ?>+ \ No newline at end of file