{$item->translate('News and Articles')}

{foreach from=$item->list item='row' name='posts'}
{php} $row = $this->_tpl_vars['row']; $viewLink = $this->_tpl_vars['item']->blogUrl . '/'; $viewLink .= (empty($row['alias'])) ? $row['id'] : htmlspecialchars($row['alias']); $this->assign('viewLink', $viewLink); {/php} {if $row.image} {$row.excerpt|default:$row.title} {/if} {$row.date|date_format:'%e'}
{$row.date|date_format:'%m'}
{$row.title|htmlspecialchars}
{/foreach}

{$item->translate('All Useful Posts')}