If installed in a sub directory the icons do not show up.
Reason is
global $base_url;
in
function feedbuttons_settings()
is missing

Comments

anieves’s picture

Status: Active » Reviewed & tested by the community

Yeah, this work perfect.

Dabuti Paco Pil :-)

And please, use theme_image instead this html churro :P

t('<img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/feed-icon32x32.png" alt="Feed Icon" />');

Best regards.