please where is the footer template

Started by nay27uk, September 27, 2010, 07:09:08 AM

Previous topic - Next topic

nay27uk

where is the footer template I want to add some webring code but can't find the footer template.

this is the code I need to put in the footer


<script language=javascript type="text/javascript" src="http://ss.webring.com/navbar?f=j;y=nay_lister_uk;u=defurl2">
</script>
<center>Powered by <a href="http://dir.webring.com/rw" target=_top>WebRing</a>.</center>
<!--optional-->
<noscript><center><table bgcolor=gray cellspacing=0 border=2><tr>
<td><table cellpadding=2 cellspacing=0 border=0><tr><td align=center>
<font face=arial size=-1>This site is a member of WebRing.
<br>To browse visit <a href="http://ss.webring.com/navbar?f=l;y=nay_lister_uk;u=defurl2">
Here</a>.</font></td></tr></table></td></tr></table>
</center></noscript>

Antechinus


nay27uk

ok I did that and added my code above but it says could not load index.template.php somthing about a error

Antechinus


nay27uk

could you tell me how then PLEASE as that file is php not html I dont know how to make my code above into php

Antechinus

Well, since you have given us no idea of what the code in question is, nor exactly where you want it to display, it's a little hard to help you.

nay27uk

the code is posted in my first post in a code box.
I want it right at the bottom of the page under the "this page was created in XX with XX queries"

nay27uk

ok I did this so for anyone else wanting to know.

find code

Quote
// Show the load time?
if ($context['show_load_time'])
  echo '
  <p>', $txt['page_created'], $context['load_time'], $txt['seconds_with'], $context['load_queries'], $txt['queries'], '</p>';
echo '
</div></div>';

Bellow add

Quote
echo '
your webring code goes here ';

and thats that

Antechinus

Quote from: nay27uk on September 27, 2010, 07:21:24 AMthe code is posted in my first post in a code box.
You edited that in after I had read the post. :P

Advertisement: