| 1 |
<?php |
<?php |
| 2 |
// $Id: adsense_search.module,v 1.11 2009/01/26 20:25:20 jcnventura Exp $ |
// $Id: adsense_search.module,v 1.12 2009/03/31 14:41:19 jcnventura Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 65 |
* Implementation of hook_block(). |
* Implementation of hook_block(). |
| 66 |
*/ |
*/ |
| 67 |
function adsense_search_block($op = 'list', $delta = 0, $edit = array()) { |
function adsense_search_block($op = 'list', $delta = 0, $edit = array()) { |
| 68 |
|
$block = NULL; |
| 69 |
|
|
| 70 |
switch ($op) { |
switch ($op) { |
| 71 |
case 'list': |
case 'list': |
| 72 |
$max = variable_get('adsense_search_number_blocks', ADSENSE_SEARCH_NUMBER_BLOCKS_DEFAULT); |
$max = variable_get('adsense_search_number_blocks', ADSENSE_SEARCH_NUMBER_BLOCKS_DEFAULT); |