News-Module ignores Templates???
Posted: Sat Jun 24, 2006 12:14 pm
Dear User,
I've a problem with my templates in the News-Module. It seems like there is no correlation between the template and the output.
For better understanding i've copied the two different templates:
Original Template:
Modified Template:
Anyone knows the problem and can help me?
Thanks a lot,
I've a problem with my templates in the News-Module. It seems like there is no correlation between the template and the output.
For better understanding i've copied the two different templates:
Original Template:
{foreach from=$items item=entry}
{$entry->titlelink}
{$entry->category}
{if $entry->formatpostdate}
{$entry->formatpostdate}
{/if}
{if $entry->author}
{$entry->author}
{/if}
{if $entry->summary}
{eval var=$entry->summary}
[{$entry->morelink}]
{else if $entry->content}
{eval var=$entry->content}
{/if}
{/foreach}
Modified Template:
Both templates induce the same output...{foreach from=$items item=entry}
{$entry->titlelink}
{if $entry->summary}
{eval var=$entry->summary}
[{$entry->morelink}]
{else if $entry->content}
{eval var=$entry->content}
{/if}
{/foreach}
Anyone knows the problem and can help me?
Thanks a lot,