Suppress emitting quicksearch plugin in sidebar
Next has a quicksearch widget in the header already.
This commit is contained in:
parent
0cce92d4d7
commit
d41d949642
@ -2,12 +2,14 @@
|
||||
<div id="serendipity{$pluginside}SideBar">
|
||||
{/if}
|
||||
{foreach from=$plugindata item=item}
|
||||
{if $item.class != "serendipity_plugin_quicksearch"}
|
||||
<section class="widget {$item.class}">
|
||||
{if $item.title != ""}
|
||||
<h3>{$item.title}</h3>
|
||||
{/if}
|
||||
{$item.content}
|
||||
</section>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{if $is_raw_mode}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user