I have a dynamic subdirectory that I work heavily on adding dozens of new widges every day. Now, my question is this:
I want to add adsense to the pages but I do not want adsense displayed when I am logged in. So I wrote the following lines:
----
if (isadmin) do not display adsense
else display adsense
-----
Is this legitimate?