| 1 |
<?php |
<?php |
| 2 |
// $Id: extesea.module,v 1.1.2.12 2008/11/14 12:44:35 xano Exp $ |
// $Id: extesea.module,v 1.1.2.16 2008/12/31 17:07:03 xano Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @File Create custom search blocks |
* @File Create custom search blocks |
| 44 |
} |
} |
| 45 |
|
|
| 46 |
/** |
/** |
| 47 |
|
* Implementation of hook_theme(). |
| 48 |
|
*/ |
| 49 |
|
function extesea_theme() { |
| 50 |
|
return array( |
| 51 |
|
'admin_blocks_list' => array( |
| 52 |
|
'arguments' => array( |
| 53 |
|
'form' => array(), |
| 54 |
|
), |
| 55 |
|
), |
| 56 |
|
); |
| 57 |
|
} |
| 58 |
|
|
| 59 |
|
/** |
| 60 |
* Implementation of hook_block(). |
* Implementation of hook_block(). |
| 61 |
*/ |
*/ |
| 62 |
function extesea_block($op = 'list', $delta = 0, $edit = array()) { |
function extesea_block($op = 'list', $delta = 0, $edit = array()) { |