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.

CommentFileSizeAuthor
#1 bug.png41.29 KBjoachim namyslo

Comments

joachim namyslo’s picture

StatusFileSize
new41.29 KB
joachim namyslo’s picture

Assigned: Unassigned » joachim namyslo
Status: Active » Fixed

I'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.

info@zrix.com’s picture

Status: Fixed » Closed (fixed)
info@zrix.com’s picture

Status: Closed (fixed) » Active
info@zrix.com’s picture

We have noted down this issue and will fix this in the next updated version of Amor Azul.