Currently there is no block title set on the common menu block when block is displayed.
Could the title of this block be automatically set the same as the name of the mother menu link please? I mean to achieve the same behavior as in the Menu Block module.

Comments

agentrickard’s picture

Yeah, I set this up as a navigation tool. We probably need a title field that includes the domain tokens as replacement patterns.

Right now, the code sets $block['subject'] = '';

agentrickard’s picture

Status: Active » Needs review
StatusFileSize
new1.29 KB

Simple patch to restore that behavior. The update function is necessary because it keeps the current behavior for installations of this module.

Note that actually setting that block title has to be done via the Block admin interface, still.