Can someone tell me how to add a header to my gallery??? Thank guys!
To add a header to your gallery, you need to modify the theme.php file for the theme you are currently using.
Thanks Omega....
Im in the theme.php but do u know where abouts I place the image?
You can also add it to the theme template.html.
http://coppermine.sourceforge.net/faq.php#customHeader
I dont want to be rude or anything but that link didnt really tell me much..Im still lost :-[
If you just want an image, then add it into template.html whereever you want it to appear.
<img src="/path/to/image.jpg" />
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!