Matthias Mees 2cd54fc583 Move/rename 2k15 to next
The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
2015-02-11 14:33:53 +01:00

15 lines
284 B
Smarty

{if $is_raw_mode}
<div id="serendipity{$pluginside}SideBar">
{/if}
{foreach from=$plugindata item=item}
<section class="widget {$item.class}">
{if $item.title != ""}
<h3>{$item.title}</h3>
{/if}
{$item.content}
</section>
{/foreach}
{if $is_raw_mode}
</div>
{/if}