Active
Project:
Deco
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2008 at 22:57 UTC
Updated:
10 Jan 2012 at 23:39 UTC
How change lowercase settings, want to use the menu format instead
Comments
Comment #1
add1sun commentedThis is in the
phptemplate_preprocess_pagefunction, line 80-89. Remove (or comment out) those lines to use regular casing. Make sure you leave the line 90 brace alone.Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
eqock commentedhow about in version 5.x-1.x-dev? i couldn't find that function.
Comment #4
zmlewek commentedBetter yet. How about ver. 6.x-1.1?
Comment #5
zmlewek commentedComment #6
zmlewek commentedComment #7
klaasvw commentedYou can remove the casing by removing the function calls to
strtoupper,mb_strtoupperandstrtolower.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.