coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: hc2995 on July 10, 2007, 08:49:51 AM

Title: Editing the footer?
Post by: hc2995 on July 10, 2007, 08:49:51 AM
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?
Title: Re: Editing the footer?
Post by: 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 (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme_include_path_start) instead
Title: Re: Editing the footer?
Post by: hc2995 on July 10, 2007, 11:43:39 AM
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 (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme_include_path_start) 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.
Title: Re: Editing the footer?
Post by: Sami on July 10, 2007, 12:05:52 PM
post a link to your gallery please
Title: Re: Editing the footer?
Post by: Joachim Müller 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.
Title: Re: Editing the footer?
Post by: hc2995 on July 11, 2007, 01:31:42 AM
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 ^_^