coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: just_some_guy on August 14, 2007, 11:49:25 AM

Title: include anycontent.php on login page.
Post by: just_some_guy on August 14, 2007, 11:49:25 AM
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,
Title: Re: include anycontent.php on login page.
Post by: Joachim Müller on August 14, 2007, 06:40:27 PM
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.