{serendipity_hookPlugin hook="entries_header"}

{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}

{foreach from=$entries item="sentries"} {foreach from=$sentries.entries item="entry"}
{$entry.title|truncate:80:" ..."}
{if $template_option.footerauthor == 'true' or $template_option.footercategories == 'true'}
{if $template_option.footerauthor == 'true'} {$CONST.POSTED_BY}
{$entry.author}
{/if} {if $template_option.footercategories == 'true'} {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape}{if not $smarty.foreach.categories.last}, {/if}{/foreach} {/if} {/if}
{/if}
{/foreach} {/foreach}