| 1 |
<?php |
<?php |
| 2 |
// $Id: adsense_managed.module,v 1.8 2009/01/26 20:17:49 jcnventura Exp $ |
// $Id: adsense_managed.module,v 1.9 2009/03/31 14:41:18 jcnventura Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 35 |
* Implementation of hook_block(). |
* Implementation of hook_block(). |
| 36 |
*/ |
*/ |
| 37 |
function adsense_managed_block($op = 'list', $delta = 0, $edit = array()) { |
function adsense_managed_block($op = 'list', $delta = 0, $edit = array()) { |
| 38 |
|
$block = NULL; |
| 39 |
|
|
| 40 |
switch ($op) { |
switch ($op) { |
| 41 |
case 'list': |
case 'list': |
| 42 |
$max = variable_get('adsense_managed_number_blocks', ADSENSE_MANAGED_NUMBER_BLOCKS_DEFAULT); |
$max = variable_get('adsense_managed_number_blocks', ADSENSE_MANAGED_NUMBER_BLOCKS_DEFAULT); |