Adding a header Adding a header
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Adding a header

Started by Jessica, April 26, 2005, 07:09:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jessica

Can someone tell me how to add a header to my gallery??? Thank guys!

OmegaGOD

To add a header to your gallery, you need to modify the theme.php file for the theme you are currently using.
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Jessica

Thanks Omega....
Im in the theme.php but do u know where abouts I place the image?

Casper

You can also add it to the theme template.html.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller


Jessica

I dont want to be rude or anything but that link didnt really tell me much..Im still lost :-[

Nibbler

If you just want an image, then add it into template.html whereever you want it to appear.

<img src="/path/to/image.jpg" />

Jessica

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!