openrat-cms

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

commit be5d90f26ef9b08f419862ae61eea358be403031
parent 38f60446524e701d1a8e53b14cc21e8c4ef5f3d3
Author: dankert <devnull@localhost>
Date:   Wed, 24 Nov 2004 23:07:02 +0100

Menueleiste verkleinert

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

diff --git a/themes/default/pages/html/frameset.tpl.php b/themes/default/pages/html/frameset.tpl.php @@ -1,21 +1,21 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> -<html> -<!-- $Id$ --> -<head> -<title><?php echo $title ?></title> -<link rel="shortcut icon" href="<?php echo $image_dir.'favicon.ico' ?>"> -</head> - -<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="75,*" 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"> - </frameset> - <frame src="<?php echo $frame_src_main ?>" name="cms_main" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"> - </frameset> -</frameset> - +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> +<html> +<!-- $Id$ --> +<head> +<title><?php echo $title ?></title> +<link rel="shortcut icon" href="<?php echo $image_dir.'favicon.ico' ?>"> +</head> + +<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"> + <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"> + </frameset> + <frame src="<?php echo $frame_src_main ?>" name="cms_main" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"> + </frameset> +</frameset> + </html> \ No newline at end of file diff --git a/themes/default/pages/html/frameset/main.tpl.php b/themes/default/pages/html/frameset/main.tpl.php @@ -1,11 +1,11 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> -<html> -<!-- $Id$ --> -<head> -<title></title> -</head> - <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> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN"> +<html> +<!-- $Id$ --> +<head> +<title></title> +</head> + <frameset rows="65,*" 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