openrat-cms

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

commit f7dc80901df71b6f2cd2fc4fcb7d5f7016115262
parent 3346c87adcd8e44734fee0bb60217b9506361a71
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2004 23:48:45 +0100

Hoehe Menue auf 69 erhoeht

Diffstat:
themes/default/pages/html/frameset.tpl.php | 2+-
themes/default/pages/html/frameset/main.tpl.php | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/pages/html/frameset.tpl.php b/themes/default/pages/html/frameset.tpl.php @@ -9,7 +9,7 @@ <frameset rows="20,*" border="0" frameborder="5" framespacing="0" bordercolor="#000000"> <frame src="<?php echo $frame_src_title ?>" name="cms_title" marginheight="0" marginwidth="0" scrolling="no"> <frameset cols="<?php echo $tree_width ?>,*" border="0" frameborder="0" framespacing="0" bordercolor="grey"> - <frameset rows="65,*" border="0" frameborder="0" framespacing="0" bordercolor="#000000"> + <frameset rows="69,*" border="0" frameborder="0" framespacing="0" bordercolor="#000000"> <frame src="<?php echo $frame_src_treemenu ?>" name="cms_treemenu" marginheight="0" marginwidth="0" scrolling="no"> <frame src="<?php echo $frame_src_tree ?>" name="cms_tree" marginheight="0" marginwidth="0" scrolling="auto"> diff --git a/themes/default/pages/html/frameset/main.tpl.php b/themes/default/pages/html/frameset/main.tpl.php @@ -4,7 +4,7 @@ <head> <title></title> </head> - <frameset rows="65,*" border="0" frameborder="0" framespacing="0"> + <frameset rows="69,*" border="0" frameborder="0" framespacing="0"> <frame src="<?php echo $frame_src_main_menu ?>" name="cms_main_menu" marginheight="0" marginwidth="0" scrolling="no"> <frame src="<?php echo $frame_src_main_main ?>" name="cms_main_main" marginheight="0" marginwidth="0" scrolling="auto"> </frameset>