footer & copyright problem footer & copyright problem
 

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

footer & copyright problem

Started by Herr Kaufmann, October 07, 2005, 03:03:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Herr Kaufmann

Hi there!

I've one simple, but yet intresting problem. I want to put Coppermine copyright sign inside the table and add mysql & php logo pictures. For that i need to edit original footer, as i have unterstood. Adding custom footer isn't best possible solution for this one...

example:
my gallery- http://www.catalyst-group.info/gallery/
my board - http://www.catalyst-group.info/board/

I want the same "kind" of a copyright mark on the gallery, as one i allready have on my message board.

tnx in advance!

Nibbler


curmetsefrog

you are still interested?

i like your page, so i will help!

you open: templates/yourtemplate/template.html

you look for {footer}

delete it and insert what you like ...

eg:

<div>
Official Catalyst Group gallery | Powered by <a href="coppermine-gallery.net" target="_blank"> Coppermine Gallery</a> <br />
© 2001-2005, <a href="levismedia.org" target="_blank"> Lewis Media. All Rights Reserved.
<div>

Nibbler

There is no such thing as {footer} in template.html.