| 1 |
<?php |
<?php |
| 2 |
// $Id: slideshowcs.module,v 1.1.2.6.2.4 2009/01/05 15:25:41 davebv Exp $ |
// $Id: slideshowcs.module,v 1.1.2.6.2.5 2009/01/08 14:38:32 davebv Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 165 |
); |
); |
| 166 |
} |
} |
| 167 |
} |
} |
| 168 |
$aux = 'random_load'. $delta ; |
$aux = 'random_load_'. $delta ; |
| 169 |
if(variable_get($aux, '0')){ |
if(variable_get($aux, '0')){ |
| 170 |
shuffle($images); |
shuffle($images); |
| 171 |
} |
} |
| 275 |
//from: '65% 50% 1x', |
//from: '65% 50% 1x', |
| 276 |
//to: '100% 20% 1x', |
//to: '100% 20% 1x', |
| 277 |
//time: 2 |
//time: 2 |
| 278 |
$defaultpath = file_directory_path() . t('/slideshowcs'); |
$defaultpath = file_directory_path() .'/slideshowcs' ; |
| 279 |
$form['NoBlocks'] = array( |
$form['NoBlocks'] = array( |
| 280 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 281 |
'#title' => t('Number of blocks'), |
'#title' => t('Number of blocks'), |
| 295 |
//from: '65% 50% 1x', |
//from: '65% 50% 1x', |
| 296 |
//to: '100% 20% 1x', |
//to: '100% 20% 1x', |
| 297 |
//time: 2 |
//time: 2 |
| 298 |
$defaultpath = file_directory_path() . t('/slideshowcs'); |
$defaultpath = file_directory_path() .'/slideshowcs' ; |
| 299 |
|
|
| 300 |
|
|
| 301 |
$form['Folder'] = array( |
$form['Folder'] = array( |