Closed (fixed)
Project:
Crusti
Version:
6.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2010 at 17:31 UTC
Updated:
4 Jun 2010 at 04:30 UTC
The footer message was not printing using the Crusti theme. I revised the page.tpl.php and now it works.
Existing line:
if($bottom1 || $bottom2 || $footer) {
Revised line:
if($bottom1 || $bottom2 || $footer_message) {
The issue was that I didn't have anything in the Bottom1 or Bottom2 region but still wanted to display the footer message. I'm not sure what the $footer is supposed to do since that is not printed. I really haven't looked into the other aspects of your code but I wanted to let you know in case this was a bug since it didn't work in my scenario.
Comments
Comment #1
sakib000 commentedThnks benlotter
its now fixed in new version