How change lowercase settings, want to use the menu format instead

Comments

add1sun’s picture

Status: Active » Fixed

This is in the phptemplate_preprocess_page function, line 80-89. Remove (or comment out) those lines to use regular casing. Make sure you leave the line 90 brace alone.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

eqock’s picture

Version: 6.x-1.0 » 5.x-1.x-dev

how about in version 5.x-1.x-dev? i couldn't find that function.

zmlewek’s picture

Better yet. How about ver. 6.x-1.1?

zmlewek’s picture

Priority: Normal » Minor
Status: Closed (fixed) » Active
zmlewek’s picture

Version: 5.x-1.x-dev » 6.x-1.1
klaasvw’s picture

Title: Remove case format on primary/secondary links » Use CSS for case format on primary/secondary links
Version: 6.x-1.1 » 7.x-1.x-dev
Category: support » feature
Priority: Minor » Normal

You can remove the casing by removing the function calls to strtoupper, mb_strtoupper and strtolower.

I'm changing this to a feature request for using CSS instead for doing the casing. This gives you some additional flexibility and will still show your output as it was intended to search engines.