Fraenkiman fba5adc876 Multilingual support for "Posted by"
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.
2023-01-30 01:39:55 +01:00

13 lines
414 B
Smarty
Executable File

{entry content=$entry}
<div class="entry">
{$date|date_format_daily:"<h2 class=\"date\">`$fp_config.locale.dateformat`</h2>"}
<h3>{$subject|tag:the_title}</h3>
{$content|tag:the_content}
<ul class="entry-footer">
<li class="entry-info">
<p class="date">{$lang.entryauthor.posted_by} {$author} {$lang.entryauhor.on} {$date|date_format} </p>
</li>
</ul>
</div>
{/entry}