LuckyCoinkydink/templates/next/plugin_staticblock.tpl
Matthias Mees 9290ee29da Move/rename 2k15 to next
The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
2015-02-11 14:32:24 +01:00

12 lines
288 B
Smarty

<div class="serendipity_staticblock clearfix">
{if $staticblock.title}
<h3>{$staticblock.title}</h3>
{/if}
{if $staticblock.body}
<div class="clearfix">{$staticblock.body}</div>
{/if}
{if $staticblock.extended}
<div class="clearfix">{$staticblock.extended}</div>
{/if}
</div>