We have a table that we need to show up in the header of forumhome only. It should not show up in the header any place else. We tried to do this with a conditional but we don't know if we're using the right one because it's not working as planned. We tried using;
but for some reason it also removes the table from forumhome
How should we go about doing this?
Code:
<if condition="THIS_SCRIPT == index.php">

Comment