foreach ($results as $image) {
$options[$image->filename] = theme('image', array('path' => $image->uri)); // <---
}
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 0002-Fixing-twitter-images-path.patch | 1.75 KB | berdyshev |
| #1 | 0001-Fixing-login-button-display-on-settings-page-login-p.patch | 1.74 KB | droplet |
Comments
Comment #1
droplet commentedComment #2
berdyshev commentedin $options keys should be used the filename with extentions, otherwise image don't appear in login block.
Comment #3
dimon4ikzp commented#2 patch works, images become visible
Comment #4
juampynr commentedCommitted BerdArt's patch to 7.x-3.x. Thanks!