Project: Drupal Version: cvs Component: theme system Category: bug reports Priority: normal Assigned to: Anonymous Reported by: tangent Updated by: tangent Status: patch Attachment: http://drupal.org/files/issues/logo_title.patch (1.94 KB) Using the XTemplate engine the logo title is not localizable. Consequently, all default themes use a title and alt string of "Home" which is language specific. The attached patch solves the problem by adding a site_name variable to the logo block and replacing the title and alt strings with {site_name}. This patch only updates the "bluemarine" and "pushbutton" themes. tangent -- View: http://drupal.org/node/17446 Edit: http://drupal.org/project/comments/add/17446