PDA

View Full Version : Remove logo from CMPS page


chillrb
06-29-2004, 07:30 PM
Is there anyway to force the CMPS page not to use the logo from the forum header? My logo was specifically designed for the gradient in my forum header and looks very bad in the CMPS header. My site url is www.salsacentral.info

Brian
06-30-2004, 11:44 AM
Why not just add the full URL to that background image so that it will display properly on the homepage as well?
If you'd rather just remove it though, you can use this if condition:

<if condition="THIS_SCRIPT == 'adv_index'">
<!-- logo here -->
</if>

Our Sponsors
 

chillrb
07-01-2004, 08:59 AM
Thanks for the input Brian! I thought about just making it display properly, but I just don't like the way it looks on the CMPS page. So which template do add the condition too?

Brian
07-01-2004, 11:37 AM
Your 'header' template. ;)