";
$ns -> tablerender("File Key", $text);*/
$text = "File Inspector scans and analyses the files on your sites server. When File Inspector encounters
an e107 core file, it checks it for file consistency to make sure it isn't corrupted.";
$text .= "
The additional string matching tool (developer mode only) enables you to scan the files on your server for text strings
using regular expressions. The regex engine in use is PHP's PCRE
(the preg_* functions), so enter your query as #pattern#modifiers in the fields provided.";
}
$ns -> tablerender("File Inspector Help", $text);