openrat-cms

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

commit 24c768614780df7afda7fcf5f31e30a9980f66e0
parent 70533a9c80d4dc33595421fe7763cb8a97562b94
Author: dankert <devnull@localhost>
Date:   Sun,  2 May 2004 20:55:18 +0200

Hoehe 75

Diffstat:
themes/default/pages/html/frameset/main.tpl.php | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/default/pages/html/frameset/main.tpl.php b/themes/default/pages/html/frameset/main.tpl.php @@ -4,8 +4,8 @@ <head> <title></title> </head> - <frameset rows="70,*" border="0" frameborder="0" framespacing="0"> - <frame src="<?php echo sid($frame_src_main_menu) ?>" name="cms_main_menu" marginheight="0" marginwidth="0" scrolling="no"> - <frame src="<?php echo sid($frame_src_main_main) ?>" name="cms_main_main" marginheight="0" marginwidth="0" scrolling="auto"> + <frameset rows="75,*" 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> </html> \ No newline at end of file