1
I'm using XOOPS 2.0.13.2 with various modules, and i need to be able to place some content at the bottom of every single page on my site, just above the "Powered by Xoops" bar.
I have tried doing this with a block, and with things like the forum, is doesn't appear at the bottom of the page. Also, a block is a bit too heavy-weight for what i need. I need somethingg that is basically a couple of lines of text.
The other tricky part is that this text needs to be generated on-the-fly by a PHP script, so somehow, i need to embed a custom PHP script into my site, just above the "Powered by Xoops" line.
Is this possible, and if so, how can it be done?
Thanks in advance, for any suggestions!