• GetPluginForCurrentPage(); $SafeId = defaulthtmlentities($Entry->Id()); $SafeUrl = defaulthtmlentities($Entry->EntryUrl()); $SafeTitle = $Entry->TitleForDisplay(); $SafeAuthor = defaulthtmlentities($Entry->AuthorForDisplay()); $SafeEditor = defaulthtmlentities($Entry->EditorForDisplay()); $SafeCreationDate = defaulthtmlentities($Entry->CreationDateForDisplay()); $SafeModificationDate = defaulthtmlentities($Entry->ModificationDateForDisplay()); $SafePublicationDate = defaulthtmlentities($Entry->PublicationDateForDisplay()); $SafePublicationDatePrefix = defaulthtmlentities($Entry->PublicationDateDisplayPrefix()); $SafePublicationDateForParsing = defaulthtmlentities($Entry->PublicationDateForParsing()); $SafeNumberOfComments = defaulthtmlentities($Entry->NumberOfComments()); $Teaser = Blog_GetEntryTeaser($Entry, $Blog->MaxTeaserLength()); $Categories = $Entry->CategoriesForDisplay(); ?>
    UserCanEditBlogEntries($GLOBALS["G_User"], $Entry)) { ?>

    Posted ShowAuthor()) { ?> by .

    Categories:
    PrintShareButtonsForEntry($Entry, 16, "grey"); ?>

    » Read MoreEnableComments()) print " or Comment"; ?>

    Teaser($MaxLength); $Image = $Entry->Image(); # if there is no image associated with the blog entry if (is_null($Image)) { return $Teaser; } # create the image tag $SafeImage = defaulthtmlentities($Entry->ThumbnailForDisplay()); $SafeImageAlt = defaulthtmlentities($Entry->ImageAltForDisplay()); $ImageInsert = '
    '; $ImageInsert .= ''.$SafeImageAlt.''; $ImageInsert .= '
    '; # return the teaser with the image inserted at the beginning return substr_replace($Teaser, $ImageInsert, 0, 0); } # ----- MAIN ----------------------------------------------------------------- $SafeSchemaId = defaulthtmlentities($H_SchemaId); $SafeBlogName = defaulthtmlentities($H_BlogName); $NotificationsEnabled = $H_Blog->NotificationsCouldBeSent(); $UserIsLoggedIn = $GLOBALS["G_User"]->IsLoggedIn(); $UserIsSubscribed = $H_Blog->UserIsSubscribedToNotifications($GLOBALS["G_User"]); ?>

    Unsubscribe Subscribe UserCanEditBlogEntries($GLOBALS["G_User"])) { ?> Admin List UserCanAuthorBlogEntries($GLOBALS["G_User"])) { ?> New Entry
    0) { ?> BlogUrl(array("CK" => $H_ListChecksum)); PrintTransportControls($TransportLink, $H_StartingIndex, $H_EntriesPerPage, $H_EntryCount); ?>

    There are no blog entries.