Version 0.9 ()
------------------------------------------------------------------------
+ * Do not display Sidebar titles if they are not set for the bundled
+ default, kubrick and wp templates (sidebar.tpl) (garvinhicking)
+
* Fix error "Warning: ob_start(): output handler 'ob_gzhandler'
cannot be used after 'URL-Rewriter'" which can occur on installations
where session.use_trans_sid is activated and Serendipity's gzip
{/if}
{foreach from=$plugindata item=item}
<div class="serendipitySideBarItem container_{$item.class}">
- <h3 class="serendipitySideBarTitle {$item.class}">{$item.title}</h3>
+ {if $item.title != ""}<h3 class="serendipitySideBarTitle {$item.class}">{$item.title}</h3>{/if}
<div class="serendipitySideBarContent">{$item.content}</div>
</div>
{/foreach}