Hello,
I have searched, but didnt find what i was looking for.
On my gallery i have it set to you have to login/register before you see the pictures etc. I would like to include a bit about the gallery before, you login/register. i have this content on anycontent.php how would i include this on the login page?
Thanks,
Not at all - anycontent only works on index.php. Use the custom header feature, or hard-code your stuff into login.php. You could of course hard-codeinclude('anycontent.php');
into login.php if you want.