Active
Project:
Fields 2009 template
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2010 at 10:58 UTC
Updated:
14 Apr 2010 at 10:58 UTC
Hi,
In the info file you've defined a footer region but the page.tpl.php does not contain a print footer tag. I added the following to my page.tpl.php around line 93 after the clean div
<?php if (!empty($footer)): ?>
<div id="content-footer">
<?php print $footer ?>
</div>
<?php endif;?>