openrat-cms

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

commit 3397639f32bb4d2b04f6bc8aaea37ea98142452c
parent aee14bdcb18691b787d79f2fce3025a0151857d1
Author: dankert <devnull@localhost>
Date:   Tue, 12 Oct 2004 21:41:53 +0200

Refresh des Baumes verhindern

Diffstat:
themes/default/pages/html/header.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/header.tpl.php b/themes/default/pages/html/header.tpl.php @@ -54,7 +54,7 @@ function unmark( id ) { ?> <script name="JavaScript" type="text/javascript"> <!-- -top.cms_tree.location.href='<?php echo Html::url(array('action'=>'tree','subaction'=>'reload',session_name()=>session_id())) ?>'; +//top.cms_tree.location.href='<?php echo Html::url(array('action'=>'tree','subaction'=>'reload',session_name()=>session_id())) ?>'; //--> </script> <?php } ?>