
Closes Issue #143 Preview revised That's funny. There is a template for the preview of static pages for 13 years, and was not used.
24 lines
426 B
Smarty
Executable File
24 lines
426 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">{$lang.staticauthor.published_by} {$author} {$lang.staticauthor.on} {$date|date_format_daily}</p>
|
|
|
|
{$content|tag:the_content}
|
|
</div>
|
|
{/static}
|
|
|
|
{/static_block}
|
|
|
|
|
|
</div>
|
|
|
|
{include file="widgets.tpl"}
|
|
|
|
{include file="footer.tpl"}
|