This says "if not in array..."PHP Code:if (!in_array(
From the pagenames, it would seem you would want to hide the banner for the listed pages, so you would usewithout the !PHP Code:if (in_array(
This says "if not in array..."PHP Code:if (!in_array(
From the pagenames, it would seem you would want to hide the banner for the listed pages, so you would usewithout the !PHP Code:if (in_array(