| 1 |
<?php |
<?php |
| 2 |
// $Id: jcarousel_block.module,v 1.1.2.8 2008/09/26 06:22:14 yangyicn Exp $ |
// $Id: jcarousel_block.module,v 1.1.2.9 2008/10/28 22:12:09 yangyicn Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 218 |
$imagefield_type = variable_get('jcarousel_block_imagefield_type', 'imceimage'); |
$imagefield_type = variable_get('jcarousel_block_imagefield_type', 'imceimage'); |
| 219 |
module_load_include('inc', 'jcarousel_block', "includes/$imagefield_type"); |
module_load_include('inc', 'jcarousel_block', "includes/$imagefield_type"); |
| 220 |
|
|
| 221 |
$_jcarousel_block_PLUGIN_preprocess_images = 'jcarousel_block_'. $imagefield_type .'_preprocess_images'; |
$_jcarousel_block_PLUGIN_preprocess_images = '_jcarousel_block_'. $imagefield_type .'_preprocess_images'; |
| 222 |
|
|
| 223 |
$_jcarousel_block_PLUGIN_preprocess_images($variables); |
$_jcarousel_block_PLUGIN_preprocess_images($variables); |
| 224 |
} |
} |