CHANGELOG.txt |
CHANGELOG.txt |
|
Menu Block 6.x-2.x-dev, xxxx-xx-xx (development release)
----------------------------------
-
Menu Block 6.x-2.4, 2011-02-11
------------------------------
- #1050766: Improve usability of "Parent item" UI
- #825132: Performance problem on… |
menu-block-admin.css |
menu-block-admin.css |
|
#edit-admin-title-wrapper,
#edit-parent-wrapper,
#edit-depth-wrapper {
margin-bottom: 2.5em;
}
#edit-parent-menu-wrapper {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#edit-parent-menu-wrapper label,
label#item-label {
font-weight:… |
menu-block-wrapper.tpl.php |
menu-block-wrapper.tpl.php |
|
Default theme implementation to wrap menu blocks. |
menu_block.admin.inc |
menu_block.admin.inc |
|
Provides infrequently used functions for menu_block. |
menu_block.api.php |
menu_block.api.php |
|
Hooks provided by the Menu Block module. |
menu_block.follow.inc |
menu_block.follow.inc |
|
Provides active menu item pruning. |
menu_block.info |
menu_block.info |
|
name = "Menu Block"
description = "Provides configurable blocks of menu items."
core = 6.x
dependencies[] = block
dependencies[] = menu |
menu_block.install |
menu_block.install |
|
Provides install, upgrade and un-install functions for menu_block. |
menu_block.module |
menu_block.module |
|
Provides configurable blocks of menu items. |
menu_block.pages.inc |
menu_block.pages.inc |
|
Provides infrequently used pages for menu_block. |
menu_block.sort.inc |
menu_block.sort.inc |
|
Provides optional sorting of the active trail in the menu tree. |
menu_tree.inc |
plugins/content_types/menu_tree/menu_tree.inc |
|
Provides ctools integration for "Menu block" trees. |
README.txt |
README.txt |
|
ADDING MENU BLOCKS
------------------
To add new menu blocks, use the "Add menu block" tab (or button) on the
administer blocks page, admin/build/block. You will then be able to configure
your menu block before adding it.
CONFIGURING MENU… |