I have a template for news summary:
Code: Select all
{foreach from=$items item=entry}
<div class="NewsSummaryLink">
{$entry->formatpostdate} - {$entry->category} - {$entry->titlelink}
</div>
{/foreach}
Code: Select all
<p>{cms_module module="news" number="7" start="4" summarytemplate="archiwum2"}</p>
Nothing display.
I just know that templates gone from files to database. Is there any sollutions ?