Parent Directory
|
Revision Log
|
Revision Graph
Adding head comment block
| 1 | // $Id$ |
| 2 | Create any number of custom blocks and automatically |
| 3 | associate them for display on a particular (node) page view. |
| 4 | |
| 5 | Useful for granting non-admin users the ability to insert |
| 6 | custom blocks |
| 7 | |
| 8 | Block display region is set in admin/settings/node_block. |
| 9 | |
| 10 | Saves the trouble of going to configure the block manually |
| 11 | in admin/block |
| 12 | |
| 13 | On deleting the block association, the block itself is deleted from |
| 14 | the block table. |
| 15 | |
| 16 | No database tables are created by this module. |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |