I am trying to use the following in the header template:
<?php
if($REQUEST_URI=="/quantum/"

{
echo ('<meta http-equiv=\'Page-Enter\' content=\'blendTrans(Duration=2.0)\'>');
}
?>
The function successfully runs when placed in the body of the page but not in header.thtml. It only fails when looking for an equivalency. If I set the function to != then I get the echo string.
Any ideas how to get this to work? I only want the meta tag to show in the homepage, not in any of the subsequent pages.
Thanks!
--Scott