PDA

View Full Version : Remove (parts of) Header & Footer from profile page only?


Thelonius Beck
12-13-2008, 03:27 PM
The goal here would be to allow members to have full page custom profiles. I'm certain an 'if' conditional in the header & footer templates would do the trick, but what variable should I use?

<if condition="$show[???]">

Any help would be greatly appreciated.

Lynne
12-13-2008, 03:40 PM
<if condition="THIS_SCRIPT != 'member'">
stuff for all pages except member.php
</if>

Thelonius Beck
12-13-2008, 03:51 PM
<if condition="THIS_SCRIPT != 'member'">
stuff for all pages except member.php
</if>

Thank you. It works perfectly. :D