Added 2k11 to templates.
This commit is contained in:
16
templates/2k11/sidebar.tpl
Normal file
16
templates/2k11/sidebar.tpl
Normal file
@ -0,0 +1,16 @@
|
||||
{if $is_raw_mode}
|
||||
<div id="serendipity{$pluginside}SideBar">
|
||||
{/if}
|
||||
{foreach from=$plugindata item=item}
|
||||
{if $item.class != "serendipity_quicksearch_plugin"}
|
||||
<section class="sidebar_plugin {cycle values="odd,even"} {$item.class}">
|
||||
{if $item.title != ""}
|
||||
<h3>{$item.title}</h3>
|
||||
{/if}
|
||||
<div class="sidebar_content">{$item.content}</div>
|
||||
</section>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{if $is_raw_mode}
|
||||
</div>
|
||||
{/if}
|
Reference in New Issue
Block a user