If I use the theme and activate the language flags or tweet module I got text links instead images et the bottom of a node.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bug.png | 41.29 KB | joachim namyslo |
If I use the theme and activate the language flags or tweet module I got text links instead images et the bottom of a node.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bug.png | 41.29 KB | joachim namyslo |
Comments
Comment #1
joachim namysloComment #2
joachim namysloI've noticed that this problem is descried her:
http://drupal.org/node/294089
just replace line 95 with the following code:
$output .= l($link['title'], $link['href'], array('attributes' => $link['attributes'], 'query' => $link['query'], 'fragment' => $link['fragment'], 'alias' => FALSE, 'html' => $html));
this should go to the development snapshot package shortly.
Comment #3
info@zrix.com commentedComment #4
info@zrix.com commentedComment #5
info@zrix.com commentedWe have noted down this issue and will fix this in the next updated version of Amor Azul.