Editing the footer? Editing the footer?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Editing the footer?

Started by hc2995, July 10, 2007, 08:49:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hc2995

I would like to edit the footer section of the coppermine gallery. I want to edit the "Powered by...." part, i dont want to remove the powered by but i want to add my own text to the footer. How would i go about this?

Sami

We can't say how you can edit "Powered by...." cause that will show how you could remove it !
Use custom footer instead
‍I don't answer to PM with support question
Please post your issue to related board

hc2995

Quote from: Sami on July 10, 2007, 09:23:10 AM
We can't say how you can edit "Powered by...." cause that will show how you could remove it !
Use custom footer instead

Thats just it -_- I tried adding Google adwords to the bottom (i posted the adwords stuff in a file named "ads.html" and tried to include it but it doesn't show.....) But nothing lol.

Sami

post a link to your gallery please
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

This is dead easy - no need to use the cutom_footer feature (which is meant to be used to include dynamic, PHP-driven content). Adsense can easily be added by editing themes/yourtheme/template.html.
Enter your adsense code after the {GALLERY}-token. For details, search this board for "adsense", as this has been asked and answered many times over already.

hc2995

Quote from: GauGau on July 10, 2007, 06:58:44 PM
This is dead easy - no need to use the cutom_footer feature (which is meant to be used to include dynamic, PHP-driven content). Adsense can easily be added by editing themes/yourtheme/template.html.
Enter your adsense code after the {GALLERY}-token. For details, search this board for "adsense", as this has been asked and answered many times over already.


Ok, thanks, ill do that ^_^