Remove Powered By Phoca Guestbook
to hide the footer if you aren't comfortable editing PHP files? Edit or remove “Powered by Phoca Guestbook” back-link
You can also edit the core language file directly: /language/en-GB/en-GB.com_phocaguestbook.ini Change COM_PHOCAGUESTBOOK_POWERED_BY="Powered by Phoca Guestbook" to an empty string. However, this will also be overwritten on update. remove powered by phoca guestbook
Change the return value to an empty string: function getInfo() { return ''; } Use code with caution. to hide the footer if you aren't comfortable