openrat-cms

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

commit 7f71d1a700adf4fff805322c6ef097076d5c406d
parent d6056094de256bb72681ab7858e2d60c345f0981
Author: dankert <devnull@localhost>
Date:   Fri, 15 May 2009 00:47:12 +0200

Ausgabe-Variablen im Quellcode anzeigen, falls Test-Modus (Anzeige der Skript-Laufzeit) aktiv.

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

diff --git a/themes/default/include/html/page.inc.php b/themes/default/include/html/page.inc.php @@ -28,3 +28,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