'.$topic_path.'', E_USER_WARNING); } } $help_data = file_exists($topic_path) ? file_get_contents($topic_path) : GetVar('help_content'); if($section[0] == 'kernel') $section[0] = 'in-portal'; ?>
'.$section[1].'.txt
'; } if( file_exists($topic_path) ) echo $help_data; else echo defined('DBG_HELP') && DBG_HELP ? 'missing section help file '.$section[1].'.txt
' : admin_language('la_help_in_progress'); ?>