Minor layout issue - exportal outputs an empty table just below the navigation div at the top of every page (including forum-only pages.
Function template_ezblock_above() in exportal2_template.php should check for empty top column before outputting table
something like:
if ($ezColumn['column_title'] != 'Top' OR count($ezColumn['blocks']) == 0)
continue; // ignore if empty or not top column