'ext.echo.emailicons', 'image' => $icon, 'lang' => $lang, 'format' => 'rasterized' ] ); } else { // For icons that are defined by URL $iconUrl = $wgEchoNotificationIcons[ $icon ][ 'url' ]; } return $iconUrl; } }