1
ibzan
Problem with footer
  • 2003/11/5 8:02

  • ibzan

  • Just popping in

  • Posts: 48

  • Since: 2003/8/31


The footer displays great, however it is not what was entered in the admin part under meta tags and footer.

I checked out the footer.php file and can see that what is showing is hard-coded into the file rather than pulling the info from the DB.

Question: How can I change the footer.php file to pull the data which I entered via the "meta tags and footer" part of the admin section? (or if I have this all backwards then what

Thanks,

Chris

2
PureLuXus
Re: Problem with footer
  • 2003/11/5 8:05

  • PureLuXus

  • Not too shy to talk

  • Posts: 116

  • Since: 2002/1/3 2


you have to use the right tag in the theme.html
<div id="footer">
<{$xoops_footer}>
</div>

<{$xoops_footer}> will display your footer

3
bbchen
Re: Problem with footer
  • 2003/11/5 8:36

  • bbchen

  • Just popping in

  • Posts: 17

  • Since: 2003/1/26



<{$xoops_xoops_footer}>will display your footer.