* Adding dynamic news posts from DB * Support Adding, Editing, Activating, Deactivating through admin panel * Display all active posts on news page * Implemented Markdown Library by Michelf Fixes #61
6 lines
188 B
Smarty
6 lines
188 B
Smarty
{section name=news loop=$NEWS}
|
|
{include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header}"}
|
|
{$NEWS[news].content}
|
|
{include file="global/block_footer.tpl"}
|
|
{/section}
|