If ForumHome Else
I want to display my breadcrumb on every page EXCEPT my forumhome. I figured a simple little script could be written that just said:
<IF> (you are on forumhome)
(do nothing)
<ELSE>
(display breadcrumb)
</IF>
That is the concept but I need help filling in with technical groundwork. I've seen others request this before with no luck so hopefully we'll solve it for all! Thanks in advance folks...
|