Closed (fixed)
Project:
URL Icon
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2008 at 04:58 UTC
Updated:
23 Jul 2008 at 10:56 UTC
urlicon_replace() contains a theme call that is hardcoded, so prevents overriding via the theme system.
$link = theme_urlicon($match[3], $favicon, $match[1], array('alt' => '', 'title' => t('favicon'), 'class' => 'urlicon ui-'. $domain));
should be replaced with
$link = theme('urlicon', $match[3], $favicon, $match[1], array('alt' => '', 'title' => t('favicon'), 'class' => 'urlicon ui-'. $domain));
Comments
Comment #1
sanduhrsCommited to DRUPAL-4.7, DRUPAL-5 and HEAD.
Thanks.
Comment #2
sanduhrsComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.