Active
Project:
Fever
Version:
6.x-1.5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 17:00 UTC
Updated:
20 Jan 2011 at 17:09 UTC
I have added the following into the closure div in page.tpl.php to print the Footer Message configured at admin/settings/site-information.
<?php print $footer_message; ?>
Comments
Comment #1
benlotter commentedI suppose you could wrap this with an IF and add a class or id for theming.
Comment #2
benlotter commentedFor now, I added the following to custom.css to theme my $footer_message. I decided against using my own div id and just placed it inside the existing div you had in page.tpl.php. I put a note to myself in case this theme is upgraded but still doesn't have $footer_message support.