Code: Select all
{if $item.title != ""}<h3 class="serendipitySideBarTitle {$item.class}">{$item.title}</h3>{/if}So, out of curiosity, what plugins do not generate a title? From the perspective of a template based on graphical elements, I need the side bar title to print regardless of whether or not it is blank, so I will probably remove the {if}... I was just curious how many plugins do not have a title. The only one I know of is the HTML nugget plugin, where the title is user-configured, and can be left blank.