menu_attach_block.css |
menu_attach_block.css |
|
div.messages.status.block {
background-image: none;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline;
font-size: x-small;
font-style:… |
menu_attach_block.info |
menu_attach_block.info |
|
name = Menu Attach Block
description = "Embed blocks into menu items."
core = 7.x
dependencies[] = drupal:menu
dependencies[] = drupal:block
dependencies[] = drupal:system (>= 7.40)
stylesheets[all][] = menu_attach_block.css
configure =… |
menu_attach_block.module |
menu_attach_block.module |
|
Module to enable adding a block to menu item. |
menu_attach_block.test |
menu_attach_block.test |
|
|
menu_attach_block_wrapper.tpl.php |
menu_attach_block_wrapper.tpl.php |
|
Wrapper HTML for blocks attached to menu items. |
README.txt |
README.txt |
|
# Menu Attach Block
Menu Attach Block allows you to embed blocks in menu items. You may choose to
replace a menu item entirely with a block, or keep the menu link and embed the
block after it in the wrapper element.
Embedded blocks will appear like… |