Index: trunk/admin/index.php =================================================================== diff -u -r4358 -r4457 --- trunk/admin/index.php (.../index.php) (revision 4358) +++ trunk/admin/index.php (.../index.php) (revision 4457) @@ -39,6 +39,15 @@ require_once FULL_PATH.'/kernel/admin/include/navmenu.php'; $charset = GetRegionalOption('Charset'); + + if (constOn('NEW_TREE')) { + $tree_link = $application->HREF('tree', '', Array('pass' => 'm'), 'index4.php'); + } + else { + $tree_link = $adminURL.'/tree/tree.php?'.$envar; + } + + $resize_mode = constOn('NEW_TREE') ? '' : 'noresize'; ?> @@ -74,10 +83,10 @@ return window; } - + > - - " name="main" marginwidth="0" marginheight="0" frameborder="NO" noresize scrolling="auto"> + scrolling="auto" marginwidth="0" marginheight="0"> + " name="main" marginwidth="0" marginheight="0" frameborder="no" scrolling="auto">