title = "Manual";
$this->addStylesheet("manual");
$this->addScript("manual");
?>
Search results for '=utf8entities($args['text'])?>'
Sorry, no results were found.\n";
} else {
$c = count($args['results']);
echo "
$c result" . ($c > 1 ? "s were" : " was") . " found:
";
echo "
";
$error = false;
foreach ($args['results'] as $p) {
$pData = handler::$h->lib->call('readSectionRecord', $p);
if (is_null($pData)) {
$error = true;
continue;
}
echo "- {$pData['title']}
";
}
echo "
";
if ($error) {
echo "
Some results could not be displayed because of a database error.";
}
echo "
";
}
?>