| 1 |
$Id$ |
$Id: README.txt,v 1.1 2009/05/12 15:56:50 q0rban Exp $ |
| 2 |
|
|
| 3 |
******************************************************************************** |
******************************************************************************** |
| 4 |
Region Manager provides a simple interface to manage blocks, and combined with |
Region Manager provides a simple interface to manage blocks, and combined with |
| 12 |
blocks are only available in the header, or that the navigation menu block is |
blocks are only available in the header, or that the navigation menu block is |
| 13 |
not available for any region. |
not available for any region. |
| 14 |
|
|
|
Recommended additional modules are nodeblock, and region_visibility. |
|
| 15 |
|
Recommended additional modules are NodeBlock, and Visibility API. |
| 16 |
|
|
| 17 |
|
Region Manager also allows you to implement your own block creation methods. |
| 18 |
|
Please see region_manager.nodeblock.inc for an example. Note: You may need to |
| 19 |
|
implement your own submit handler, depending on what kind of block you are |
| 20 |
|
creating. See region_manager_nodeapi() for an example. |