{serendipity_hookPlugin hook="entries_header" addData="$entry_id"} {foreach from=$entries item="dategroup"} {foreach from=$dategroup.entries item="entry"} {if !$is_single_entry}
  • {$entry.title|@default:$entry.body}
    {$dategroup.date|@formatTime:DATE_FORMAT_ENTRY}
  • {/if} {if $is_single_entry}

    {$entry.title}

    {$dategroup.date|@formatTime:DATE_FORMAT_ENTRY} {$CONST.POSTED_BY} {$entry.author}

    {$entry.body}
    {if $entry.is_extended}
    {$entry.extended}
    {/if}

    Kommentare

    {serendipity_printComments entry=$entry.id mode=$entry.viewmode}
    {/if} {/foreach} {/foreach}