[support] editing locked menu titles

Fabio Varesano fabio.varesano at gmail.com
Wed Jan 4 16:42:51 UTC 2006


Why don't you use css for this?

css has the first-letter pseudo class that you can
customize to uppersize the font.

Read http://www.w3schools.com/css/css_pseudo_elements.asp
and http://www.seoconsultants.com/css/text/transform.asp

I think this will be really really easier and more mantenible
thank hacking every module which put something on navigation..
imagine what happens when you have to upgrade from drupal 4.6 to
4.7 for example ....

Hope this helps you.

Fabio



Eric Crump wrote:
> I'm working on a project for someone who would really like all
> navigation links to have the first letter capitalized. Trivial enough
> when it comes to customizable nav links, but the locked links that have
> dynamically generated paths are something else. The only thing I could
> think to do was modify the module that generates those links. I thought
> it might be user.module and found what looked like the right spot on
> line 698. I tried:
> 
> changing
> 
>  'title' => t('my account'),
> 
> to
> 
>  'title' => t('My Account'),
> 
> and
> 
>  'title' => t("My Account"),
> 
> but neither has any effect on the title displayed in navigation, which
> remains lower case. I'm not sure what else to try.
> 
> Grateful for any suggestions anybody might have. Thanks!
> 
> --Eric Crump
> --------------------------------------------------
> "Don't worry. Being eaten by a crocodile is just like
> going to sleep--in a blender."  --Homer Simpson
> 



More information about the support mailing list