Note changed to reflect safer version.
This commit is contained in:
parent
dbe612e9dc
commit
7f320909ff
@ -9,7 +9,7 @@ Version 1.7 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* rc2: Alter entries.tpl to add the line:
|
||||
{assign var="entry" value=$entry scope=parent}
|
||||
{assign var="entry" value=$entry scope="parent"}
|
||||
for proper propagation of $entry to sub-templates.
|
||||
|
||||
* rc2: Alter error reporting to only fail when 'debug' mode is enabled,
|
||||
|
@ -179,7 +179,7 @@ $tasks = array(array('version' => '0.5.1',
|
||||
'desc' => 'To transport the $entry variable to sub-templates like comments.tpl and trackbacks.tpl.
|
||||
All internal and spartacus templates have been updated, so make sure you are using a recent version of your blog\'s template.
|
||||
If you have your own custom template, be sure within your {foreach from=$dategroup.entries item="entry"} loop has this line after it:
|
||||
<strong>{assign var="entry" value=$entry scope=parent}</strong>'),
|
||||
<strong>{assign var="entry" value=$entry scope="parent"}</strong>'),
|
||||
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user