NotificationsCouldBeSent();
$UserIsLoggedIn = $GLOBALS["G_User"]->IsLoggedIn();
$UserIsSubscribed = $H_Blog->UserIsSubscribedToNotifications($GLOBALS["G_User"]);
$BlogSchema = new MetadataSchema($H_Blog->GetSchemaId());
?>
LoadFunction("Blog_PrintBlogEntry");
foreach ($H_Entries as $Entry)
{
Blog_PrintBlogEntry($Entry);
}
$TransportLink = $H_Blog->BlogUrl(array("CK" => $H_ListChecksum));
PrintTransportControls($TransportLink, $H_StartingIndex,
$H_EntriesPerPage, $H_EntryCount);
}
else
{
?>There are no blog entries.