".htmlspecialchars($data['entryTitle'])."
" : '')."".entry_show_all($data['entryContent'])."
entries)
while ($data = $blog->entry())
{
addTitle($data['entryTitle']);
addDescription(trimlink($data['entryContent']));
addImage((preg_match('/< *img[^>]*src *= *["\']?([^"\']*)/i', $data['entryContent'], $images) ? $images[1] : 0));
echo "".htmlspecialchars($data['entryTitle'])."
" : '')."
".entry_show_all($data['entryContent'])."
$_locale[entry_not_found]
\n";