How do I remove the xoops tag at the bottom of the page?

Requested by Siouxland2 and Answered by Carnuke on 2005/4/3 18:51:40

How do I remove the xoops tag at the bottom of the page?

You need to edit your theme.html file and remove the lines that call the image as follows: (taken from default theme. This may vary)

<table cellspacing="0">
    <
tr id="footerbar">
      <
td><a href="https://xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a></td>
    </
tr>
  </
table>
Now save the file and save back to the server. You will need to make sure that you have "update theme.html" set to 'yes' in your admin preferences. You may also need to delete the files in template_c and purge your browser cache befor you see any changes.

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=449