| 1 |
<?php |
<?php |
| 2 |
// $Id: block.module,v 1.393 2009/10/18 11:42:29 dries Exp $ |
// $Id: block.module,v 1.394 2009/10/23 22:24:11 webchick Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 283 |
|
|
| 284 |
// Add contextual links for this block; skipping the system main block. |
// Add contextual links for this block; skipping the system main block. |
| 285 |
if ($key != 'system_main') { |
if ($key != 'system_main') { |
| 286 |
$build[$key]['#contextual_links']['block'] = menu_contextual_links('admin/structure/block/manage', array($block->module, $block->delta)); |
$build[$key]['#contextual_links']['block'] = array('admin/structure/block/manage', array($block->module, $block->delta)); |
| 287 |
} |
} |
| 288 |
|
|
| 289 |
$build[$key] += array( |
$build[$key] += array( |