php-mpos/public/templates/mmcFE/news/default.tpl
Sebastian Grewe e4e88e5226 Adding custom news posts via admin panel
* 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
2013-06-21 11:16:02 +02:00

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}