Index: trunk/admin/help/install_help.php =================================================================== diff -u -r41 -r49 --- trunk/admin/help/install_help.php (.../install_help.php) (revision 41) +++ trunk/admin/help/install_help.php (.../install_help.php) (revision 49) @@ -1,5 +1,8 @@ '.print_r($s, true).''; } +$section = $_REQUEST['section']; +$section = explode(':', $section); +if($section[0] == 'in-portal') $section[0] = 'kernel'; -$topic_path = dirname($_SERVER['PATH_TRANSLATED']).'/topics/'.str_replace(':','@',$section).'.txt'; +$topic_path = str_replace(THIS_FILE, '', $_SERVER['PATH_TRANSLATED']).$section[0].'/admin/include/help/'.$section[1].'.txt'; + //echo "TP: $topic_path
"; ?>