1
I cannot manage to display the blocktitle for Multimenu.
I use the Switch vertical menu and changed the blocktitle in the Edit block section.
The template uses multimenu_dyn_switchvert.html.
When I change this template to:
<div class="menuheadertitle">Main menudiv>
the text "Main menu" is displayed as block title for all multimenu blocks.
When I change this template to:
<div class="menuheadertitle"><{$block.title}>div>
the block title is empty.
How can I show the blocktitle?