(.*)/s', $bin['html'], $body);
$title = '';
if (count($body)) {
$title = $body[1];
if (get_magic_quotes_gpc() && $body[1]) {
$title = stripslashes($body[1]);
}
$title = trim(preg_replace('/\s+/', ' ', strip_tags($title)));
}
if (!$title && $bin['javascript']) {
$title = preg_replace('/\s+/', ' ', $bin['javascript']);
}
if (!$title && count($match)) {
$title = get_magic_quotes_gpc() ? stripslashes($match[1]) : $match[1];
}
$firstTime = $bin['url'] != $last;
if ($firstTime && $last !== null) : ?>
|
| ' . $bin['url']?>/=$bin['revision']?>/ |
=getRelativeTime($bin['created'])?> |
=substr($title, 0, 200)?> |