Closed (fixed)
Project:
Super Nav
Version:
5.x-1.0
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2008 at 09:24 UTC
Updated:
8 May 2008 at 23:41 UTC
The link text for the link to the user's home page is currently not sent through the t() function, but it should be, I think, something like this in line 1077 of supernav.module (Drupal 5 version):
<li><a title="' . t('Home Page') . '" href="'. variable_get('site_frontpage', base_path()) .'">' . t('Home Page') . '</a></li>'. supernav_menu_tree() . supernav_get_devel() .'
Comments
Comment #1
chrisshattuck commentedGood call, I have gone ahead and added this in to the Drupal 5 dev version.
Thanks!
Chris
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.