flatpress/fp-interface/themes/leggero/previewstatic.tpl
2007-10-30 10:30:07 +00:00

9 lines
211 B
Smarty
Executable File

{static content=$entry}
<div class="entry">
<h3>{$subject}</h3>
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"} </p>
{$content}
</div>
{/static}