// ?>






Uprzejmie informujemy, że w dniach:
24 grudnia (tj. Wigilia) i 31 grudnia (tj. Sylwester)
Urząd Gminy w Tymbarku czynny będzie do godziny 12.00.
//_dp($module->list,1);
$images = array();
$titles = array();
$urls = array();
$targets = array();
$durations = array();
$texts = array();
if($module->list) {
$fileWidth = $module->list[0]->img->fileWidth;
$fileHeight = $module->list[0]->img->fileHeight;
foreach($module->list as $v) {
$images[] = "'".$v->img->filePath."'";
$urls[] = "'".$v->url."'";
$titles[] = "''";
$texts[] = "'".$v->description."'";
$targets[] = "'".$v->target."'";
$durations[] = "'5000'";
}
}
?>


