openrat-cms

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

commit 870c621b70ec3de0d581b4e83dcfffa94475a480
parent efb047a5c0d323b85e6423b841d71e963e6adf1d
Author: dankert <devnull@localhost>
Date:   Thu, 17 Feb 2005 22:23:32 +0100

Evtl. Ausblenden des Baumes

Diffstat:
themes/default/pages/html/frameset.tpl.php | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/themes/default/pages/html/frameset.tpl.php b/themes/default/pages/html/frameset.tpl.php @@ -3,19 +3,25 @@ <!-- $Id$ --> <head> <title><?php echo $title ?> - <?php echo $cms_title ?></title> -<link rel="shortcut icon" href="<?php echo $image_dir.'favicon.ico' ?>"> +<link rel="shortcut icon" href="<?php echo $image_dir.'favicon.ico' ?>" /> +<meta name="robots" content="noindex,nofollow" /> </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"> + + <?php if ( $show_tree ) { ?> <frameset cols="<?php echo $tree_width ?>,*" border="0" frameborder="0" framespacing="0" bordercolor="grey"> <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"> </frameset> + <?php } ?> <frame src="<?php echo $frame_src_main ?>" name="cms_main" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"> + <?php if ( $show_tree ) { ?> </frameset> + <?php } ?> </frameset> </html> \ No newline at end of file