foreach ($results as $image) {
     $options[$image->filename] = theme('image', array('path' => $image->uri)); // <---
}

Comments

droplet’s picture

Status: Active » Needs review
StatusFileSize
new1.74 KB
berdyshev’s picture

StatusFileSize
new1.75 KB

in $options keys should be used the filename with extentions, otherwise image don't appear in login block.

dimon4ikzp’s picture

#2 patch works, images become visible

juampynr’s picture

Status: Needs review » Fixed

Committed BerdArt's patch to 7.x-3.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.