
Fixes #201 and #144 * In the admin area of the style Flatmaas-Rev is no longer tried via stylesheet to include the image nib-logo.png. * In the preview of the Leggero style "Posted by + time" is now displayed right-aligned - as in the blog. * The heading for posts and pages has received its own CSS class "entry-title". * In all three styles, both heading sizes are now displayed correctly; as in the blog, so in the preview. * The publication date is truncated from h2 and now uses h6. * Font size h4 can now also be conveniently set via BBCode button. * Long single line code in leggero-v2 style is now wrapped when printing.
24 lines
446 B
Smarty
Executable File
24 lines
446 B
Smarty
Executable File
{include file="header.tpl"}
|
|
|
|
<div id="main">
|
|
|
|
|
|
{static_block}
|
|
{static}
|
|
<div id="{$id}" class="entry page-{$id}">
|
|
<h2 class="entry-title">{$subject}</h2>
|
|
<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"}
|