From ffb7d19497e12ecb8113f4553832b00e27fad16c Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sun, 21 Jul 2013 16:32:35 +0200 Subject: [PATCH] Replaced hard-coded $item.class in sidebar.tpl. 2.0 changed some of the item class names for consistency. BP is affected by this as well. This does not need to be backported to master! --- templates/bulletproof/sidebar.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bulletproof/sidebar.tpl b/templates/bulletproof/sidebar.tpl index e2325fda..1f92e17f 100644 --- a/templates/bulletproof/sidebar.tpl +++ b/templates/bulletproof/sidebar.tpl @@ -2,7 +2,7 @@
{/if} {foreach from=$plugindata item=item} - {if $item.class == "serendipity_quicksearch_plugin" and $template_option.sitenav_quicksearch == 'true' and ($template_option.sitenavpos == 'above' or $template_option.sitenavpos == 'below')} + {if $item.class == "serendipity_plugin_quicksearch" and $template_option.sitenav_quicksearch == 'true' and ($template_option.sitenavpos == 'above' or $template_option.sitenavpos == 'below')} {else}