By odyc on
Allow embedded php code is checked, but this code still isn't displaying for me, it works fine on all the other pages, but it's not displaying at the bottom of my custom splash page:
http://poweredby.icopyright.com
<?php if ($footer_message) : ?>
<?php print $footer_message;?>
<?php endif; ?>
Comments
Same
I'm also not getting the footer to print out on the front page when I manually add
print $footer_message.Does the variable need to be loaded somehow? I'm just guessing.
I got the footer displaying
I got the footer displaying a while ago but just remembered this post now. Looks like I resolved it with
print variable_get("site_footer", FALSE);