1
0

Move/rename 2k15 to next

The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
This commit is contained in:
Matthias Mees
2015-02-11 14:32:24 +01:00
parent 3605937049
commit 9290ee29da
41 changed files with 80 additions and 76 deletions

View File

@@ -0,0 +1,14 @@
{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}