View Single Post
  #388  
Old 01-30-2008, 09:48 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default Re: XC SEO v1.1.0 Released

sure, open:
modules/XC_SEO/outputfilter.seo.php

Search for strtolower, unwrap the function from the variable. i.e. -
Code:
strtolower($SOME_VARIABLE)

should change to:
Code:
$SOME_VARIABLE

There are 2 instances that you need to replace, that should take care of the issue for you.

Cheers
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote