".__('Zero results found.').sprintf(
__('You can find more help in the
wiki'),
'https://pandorafms.com/manual/start?do=search&id=start&q='.$config['search_keywords']
)."
\n";
} else {
$table = new stdClass();
$table->width = '98%';
$table->class = 'databox';
$table->size = [];
$table->size[0] = '95%';
$table->size[1] = '5%';
$table->head = [];
$table->head[0] = __('Name');
$table->head[1] = __('Matches');
$table->align = [];
$table->align[1] = 'center';
$table->data = [];
foreach ($helps as $iterator => $help) {
if (is_numeric($iterator)) {
$name = $help['id'];
} else {
$name = $iterator;
}
$table->data[] = [
"