Log in

View Full Version : How to do a strip_tags on $navbits[breadcrumb]


asandhanam
04-11-2008, 03:04 PM
I want to be able to do a strip_tags on $navbits[breadcrumb] and use it in the <title></title> tag. I want to be able to do this for SEO purposes. How do i do it? Can someone help !!

Dismounted
04-14-2008, 06:22 AM
You would need to find a hook location that is before that variable is used, but after it is defined, and run the function.