How to add Firefox banner to Coppermine? How to add Firefox banner to Coppermine?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to add Firefox banner to Coppermine?

Started by pookguy88, April 13, 2005, 11:40:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pookguy88

I want to add a firefox banner to my page:
www.ece.ualberta.ca/~jip/cpg132

Which php/html file do i edit to do this?
thanks

Nibbler

Edit the template.html of the theme you are using.

-Manuel-

You also could use anycontent.php like I did it on my webpage....

-Manuel-

pookguy88

Quote from: -Manuel- on April 14, 2005, 09:06:49 AM
You also could use anycontent.php like I did it on my webpage....

-Manuel-

how do i use that??

pookguy88

Ok, figured it out, thanks
that anycontent.php is quite useful :-)

edit: how do i change this to solved?

-Manuel-

I added the following code at the end of anycontent.php:

<table width="100%" border="0">
  <tr>
    <td width="50%" height="36"><a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=85"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/firefox_80x15.png" border="0" align="right"/></a></td>
    <td width="3%">&nbsp;</td>
    <td width="47%"><a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=179"><img border="0" src="http://sfx-images.mozilla.org/affiliates/thunderbird/thunderbird_blog2.png"/></a></td>
  </tr>
</table>


Don't forget to update the content of the main page under config like:

catlist/alblist/anycontent

or so...

-Manuel-