openrat-cms

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

commit a113949346ce836a5675cdd694c5ab8376f267e9
parent 940f3774db0f5c45b28548cb42a046630313af06
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 18 Nov 2011 23:36:59 +0100

Noticebar ergänzt.

Diffstat:
themes/default/layout/index.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/themes/default/layout/index.php b/themes/default/layout/index.php @@ -82,6 +82,9 @@ var REQ_PARAM_TARGET = '<?php echo REQ_PARAM_TARGET ?>'; <?php global $viewCache; /* Debug-Information */ if (@$showDuration||true) { echo "<!-- Output Variables are:\n";echo str_replace('-->','-- >',print_r($viewCache,true));echo "\n-->";} ?> +<div id="noticebar"> +</div> + <div id="header"> </div>