Is there any way to add a banner at the bottom of my page? I'm thinking the answer is there is no simple way but figured I'd ask
I have a test install up. Really have not played with it. I am sure it can be done. The best way is to find the correct place and include another file at that point. Then you add whatever you want to that new file. You don't break the script and upgrades are easy.
Sure there's an easy way. Open /themes/your_theme/template.html Look at the bottom of the file for the following code: {CUSTOM_FOOTER}{VANITY} Code (markup): You can add whatever you want above or below that line; it'll appear near the bottom of the page.