Archived
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
+1 -1
View File
@@ -6,7 +6,7 @@
{foreach from=$dategroup.entries item="entry"}
{assign var="entry" value=$entry scope=parent}
{assign var="entry" value=$entry scope="parent"}
<h4 class="serendipity_title"><a href="{$entry.link}">{$entry.title}</a></h4>
{if $dategroup.is_sticky}
<h3 class="serendipity_date">{$CONST.STICKY_POSTINGS}</h3>