I'm working on the errors (got to 21 from 57
).
I've noticed that if I change:
Code:
$column_right_display= $db->Execute("select layout_box_name from " . TABLE_LAYOUT_BOXES . " where layout_box_location = 1 and layout_box_status= '1' and
to:
Code:
$column_right_display= $db->Execute("select layout_box_name from " . TABLE_LAYOUT_BOXES . " where layout_box_location = 0 and layout_box_status= '1' and
in column_right,
the footer appears on the page. The problem is, that the sideboxes on the right side become the same as those on the left.
What should I do to keep the footer? I've tried to change the tpl_footer but without any result.
Hope someone can help,
thanks.