2k15 is basically 2k11, but up to date. Changes include: - mobile-first CSS - toggle-style smallscreen nav instead of select menu - different choice of webfonts - updated JS assets - removed some JS cruft (plugins that are no longer necessary) - reduced visual style (no, it's NOT 'flat design'!) - simplified layout (number of columns depends on resolution) - reduced theme options Note: 2k15 is NOT compatible with the 2k11 user.css generator. Currently, there is no 2k15 user.css generator. I don't intend on building one at the moment. Also note that I do NOT suggest 2k15 should replace 2k11 as the default or standard theme in s9y.
12 lines
288 B
Smarty
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>
|