Posted by jonathan_hunt on July 3, 2008 at 4:58am
Jump to:
| Project: | URL Icon |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sanduhrs |
| Status: | closed (fixed) |
Issue Summary
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
#1
Commited to DRUPAL-4.7, DRUPAL-5 and HEAD.
Thanks.
#2
#3
Automatically closed -- issue fixed for two weeks with no activity.