2008-01-05 12:24:18 +00:00

24 lines
378 B
Smarty
Executable File

{include file=header.tpl}
<div id="main">
{static_block}
{static}
<div id="{$id}" class="entry page-{$id}">
<h3>{$subject}</h3>
<p class="date">Published by {$author} on {$date|date_format_daily}</p>
{$content|tag:the_content}
</div>
{/static}
{/static_block}
</div>
{include file=widgets.tpl}
{include file=footer.tpl}