_ >   39 39         require_once FULL_PATH.'/kernel/admin/include/navmenu.php';
  40 40
  41 41         $charset = GetRegionalOption('Charset');
< >     42         
    43         if (constOn('NEW_TREE')) {
    44                 $tree_link = $application->HREF('tree', '', Array('pass' => 'm'), 'index4.php');
    45         }
    46         else {
    47                 $tree_link = $adminURL.'/tree/tree.php?'.$envar;
    48         }
    49         
    50         $resize_mode = constOn('NEW_TREE') ? '' : 'noresize';
42 51 ?>
  43 52
  44 53 <html>
 
74 83                 return window;
  75 84         }
  76 85 </script>
< >   77           <frame src="<?php echo $adminURL; ?>/head.php?<?php echo $envar; ?>" name="head" scrolling="no" noresize>
    86         <frame src="<?php echo $adminURL; ?>/head.php?<?php echo $envar; ?>" name="head" scrolling="no" <?php echo $resize_mode; ?>>
78 87         <frameset cols="200,*" border="0">
< >   79                           <frame src="<?php echo $adminURL; ?>/tree/tree.php?<?php echo $envar; ?>" name="menu" target="_main" noresize scrolling="auto" marginwidth="0" marginheight="0">
  80                           <frame src="<?php echo $adminURL; ?>/subitems.php?<?php echo $envar."&section=in-portal:root"; ?>" name="main" marginwidth="0" marginheight="0" frameborder="NO" noresize scrolling="auto">
    88                         <frame src="<?php echo $tree_link; ?>" name="menu" target="main" <?php echo $resize_mode; ?> scrolling="auto" marginwidth="0" marginheight="0">
    89                         <frame src="<?php echo $adminURL; ?>/subitems.php?<?php echo $envar."&section=in-portal:root"; ?>" name="main" marginwidth="0" marginheight="0" frameborder="no" <?php echo $resize_mode; ?> scrolling="auto">
< _   81 90                 </frameset>
  82 91         </frameset>
  83 92         <noframes>