Anyone knows a quick way to make this block to show more than one item, preferably 3 items.
Tried changing this
$items = $DB->getRandom( ... 1);
to
$items = $DB->getRandom( ... 3);
The result displays 3 consecutive images instead of 3 random images.
Any help would be much appreciated. Thanks.



