PDA

View Full Version : Remove $style[css] from MEMBERINFO


ThePimp
12-02-2005, 08:14 AM
How can I remove $style[css] from ONLY the MEMBERINFO template?

I tried seperating it from the $headinclude template and adding it back to all other pages as: $headinclude $style[css], however it seems as though the $style[css] isn't a global variable and it's more of a "Jerry Rig" to do it that way.

Is there some way to override the $headinclude style on the profile page?

If so, your help is greatly appreciated.

merk
12-02-2005, 09:25 AM
Use a conditional in the headinclude template checking for the conditions that would result in the MEMBERINFO page being displayed.

ThePimp
12-02-2005, 09:31 AM
Use a conditional in the headinclude template checking for the conditions that would result in the MEMBERINFO page being displayed.

Actually, I just got it to work. I just copied the headinclude template and added it staticly into the MEMBERINFO page minus the style var and it works like a charm. :)

Thanks!