{php}
$viewLink = $this->_tpl_vars['item']->viewAlias . '/';
$viewLink .= (empty($this->_tpl_vars['item']->alias)) ? $this->_tpl_vars['item']->id : htmlspecialchars($this->_tpl_vars['item']->alias);
$this->assign('viewLink', $viewLink);
{/php}
{$item->content}
This entry was posted in
{$item->categoryTitle|htmlspecialchars}
{if $item->tags} and tagged
{foreach from=$item->tags item='tag' name='tags'}
{$tag|htmlspecialchars}{if !$smarty.foreach.tags.last}, {/if}
{/foreach}
{/if}
{if $item->allowComment != 'y'}{/if}