Thanks. I modify the album.php. I have added a test on an empty static album (nouveautes) and I would like to fill it with getImageStatistic to publish the result images array into the album. Do you know how to do that?
<pre>[code]
if ($_zp_current_album->getFileName()=='nouveautes') {
getImageStatistic(12,"latest","", true);
}
[/code]</pre>