Archived
1
0

smarty3 compat

This commit is contained in:
Garvin Hicking
2011-01-06 17:46:43 +00:00
parent ada93a01c5
commit fd480a58d4
6 changed files with 16 additions and 11 deletions

View File

@@ -3,8 +3,8 @@
<div class="serendipity_entry">
<ul>
{foreach from=$entries item="entries"}
{foreach from=$entries.entries item="entry"}
{foreach from=$entries item="sentries"}
{foreach from=$sentries.entries item="entry"}
<li><a href="<?= $entry['link'] ?>"><?= $entry['title'] ?></a>
<div class="summary_posted_by"><?= POSTED_BY ?> <span class="posted_by_author"><?= $entry['author'] ?></span> <?= ON ?> <span class="posted_by_date">{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}</span></div></li>
<?php endforeach; ?>