My client has two sites. Site A uses plain HTML, and Site B uses ExpressionEngine version 1.6.9.
I’m looking for a way to hide a block of content only if a user navigates from Site A to Site B. If a user goes directly to Site B, the content block would show normally.
Is there a way to do something like this in the head of Site B?
{if user arrives from Site A}
CSS code to hide the content block
{/if}
This is not code, obviously, it’s just a conceptual outline.
I’ve found this support thread: http://ellislab.com/forums/viewthread/83097
for this plugin: http://devot-ee.com/add-ons/cookie-plus/
but Site A does not use EE.
Thank you for reading.