* Added new SQL upgrade and structure * Added post time and author to admin panel * Added post time and author to news list Fixes #226
6 lines
239 B
Smarty
6 lines
239 B
Smarty
{section name=news loop=$NEWS}
|
|
{include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header} posted {$NEWS[news].time} by {$NEWS[news].author}"}
|
|
{$NEWS[news].content}
|
|
{include file="global/block_footer.tpl"}
|
|
{/section}
|