forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: Jessica on April 26, 2005, 07:09:51 pm

Title: Adding a header
Post by: Jessica on April 26, 2005, 07:09:51 pm
Can someone tell me how to add a header to my gallery??? Thank guys!
Title: Re: Adding a header
Post by: OmegaGOD on April 26, 2005, 07:28:13 pm
To add a header to your gallery, you need to modify the theme.php file for the theme you are currently using.
Title: Re: Adding a header
Post by: Jessica on April 26, 2005, 07:32:20 pm
Thanks Omega....
Im in the theme.php but do u know where abouts I place the image?
Title: Re: Adding a header
Post by: Casper on April 26, 2005, 10:20:27 pm
You can also add it to the theme template.html.
Title: Re: Adding a header
Post by: Joachim Müller on April 27, 2005, 08:06:19 am
http://coppermine.sourceforge.net/faq.php#customHeader
Title: Re: Adding a header
Post by: Jessica on April 28, 2005, 05:04:08 pm
I dont want to be rude or anything but that link didnt really tell me much..Im still lost :-[
Title: Re: Adding a header
Post by: Nibbler on April 28, 2005, 05:08:48 pm
If you just want an image, then add it into template.html whereever you want it to appear.

Code: [Select]
<img src="/path/to/image.jpg" />
Title: Re: Adding a header
Post by: Jessica on April 28, 2005, 05:10:05 pm
Thank you Nibbler. Thats what I needed to know. I didnt know if it had to go in a certain place or whatever but Thanks!