(.*?)<\/title>/', $bin['html'], $match);
preg_match('/(.*)/s', $bin['html'], $body);
if (count($body)) {
$title = strip_tags($body[1]);
}
if ($bin['javascript']) {
$title = preg_replace('/\s+/', ' ', $bin['javascript']);
}
if (get_magic_quotes_gpc() && $title) {
$title = stripslashes($title);
}
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'])?> |
=$title?> |
"> [edit]
URL:
Saved:
JavaScript:
HTML:
*/ ?>