| 1 |
<?php |
<?php |
| 2 |
// $Id: slideshowcs.module,v 1.1.2.6.2.9 2009/06/26 16:50:42 davebv Exp $ |
// $Id: slideshowcs.module,v 1.1.2.6.2.10 2009/06/26 17:08:27 davebv Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 116 |
$aux = 'block_height_'. $delta ; |
$aux = 'block_height_'. $delta ; |
| 117 |
$trans = array("!blockid" => $blockidcss, "!blockheight" => variable_get($aux, '200')); |
$trans = array("!blockid" => $blockidcss, "!blockheight" => variable_get($aux, '200')); |
| 118 |
|
|
| 119 |
$contenido = strtr("<div id='!blockid' style='height:!blockheightpx'>", $trans) ; |
$contenido = strtr("<div id='!blockid' style='height:!blockheightpx' class='slideshowCS-content'>", $trans) ; |
| 120 |
$contenido .= t('Loading...') ."</div>" ; |
$contenido .= "<div class='slideshowCS-loading-text'>". t('Loading...') ."</div></div>" ; |
| 121 |
|
|
| 122 |
$indice = 0 ; |
$indice = 0 ; |
| 123 |
|
|