LuckyCoinkydink/templates/2k11/entries_summary.tpl

16 lines
760 B
Smarty

{serendipity_hookPlugin hook="entries_header"}
<article class="archives">
<h2>{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B %Y"}</h2>
<ul class="archives_summary plainList">
{foreach from=$entries item="sentries"}
{foreach from=$sentries.entries item="entry"}
<li><a href="{$entry.link}">{$entry.title}</a>
<span class="serendipity_byline block_level"><span class="single_user">{$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a> {$CONST.ON} </span><time datetime="{$entry.timestamp|@serendipity_html5time}">{$entry.timestamp|@formatTime:$template_option.date_format}</time></span>
</li>
{/foreach}
{/foreach}
</ul>
</article>
{serendipity_hookPlugin hook="entries_footer"}