Search results for ''

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 "
  1. {$pData['title']}
  2. "; } echo "
"; if ($error) { echo "Some results could not be displayed because of a database error."; } echo "
"; } ?>