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
Edit the template.html of the theme you are using.
You also could use anycontent.php like I did it on my webpage (http://www.gwaihir.ch)....
-Manuel-
Quote from: -Manuel- on April 14, 2005, 09:06:49 AM
You also could use anycontent.php like I did it on my webpage (http://www.gwaihir.ch)....
-Manuel-
how do i use that??
Ok, figured it out, thanks
that anycontent.php is quite useful :-)
edit: how do i change this to solved?
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&id=0&t=85"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/firefox_80x15.png" border="0" align="right"/></a></td>
<td width="3%"> </td>
<td width="47%"><a href="http://www.spreadfirefox.com/?q=affiliates&id=0&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-