1
0

Safer version of Smarty3 compatibility.

This commit is contained in:
Matthias Mees
2013-01-21 16:52:05 +01:00
parent 53ea38aa3c
commit dbe612e9dc
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{serendipity_hookPlugin hook="entries_header" addData="$entry_id"}
{foreach from=$entries item="dategroup"}
{foreach from=$dategroup.entries item="entry"}
{assign var="entry" value=$entry scope=parent}
{assign var="entry" value=$entry scope="parent"}
<article id="post_{$entry.id}" class="clearfix serendipity_entry{if $dategroup.is_sticky} sticky{/if}">
<header class="clearfix">
<h2><a href="{$entry.link}">{$entry.title}</a></h2>