mr_ruskin |
10-20-2004 02:55 PM |
Highlight password-protected content with padlock?
I'm looking to highlight my password-protected content with one of those little padlock images to show that you have to sign up before you can access it. It's all in various directories underneath http://www.mysite/members/ and is protected by .htaccess authentication. So I guess I need to insert an if/else statement somewhere into the code, saying that if /xxx/ directory is in the path, to show a specified image. Any ideas where I should start on this? I've got phpdig up and running, but I'm not yet very familiar with the layout of the code. Would very much appreciate any suggestions or pointers.
|