I need a "if" statement to wrap the adsense script so it doesn't appear in userforgot.php. The adsense script is in /templates/Fluid-Custom/layout.tpl which controls the layout for all pages.
If userforgot.tpl which is the body is one directory up (/templates/default/user/userforgot.tpl), why does this not work? What should it be?
{if $body != "../default/user/userforgot.tpl"}
{script}
</if>