--- forum.module Sat Mar 12 15:38:07 2005 +++ forum.new2 Sat Mar 12 15:39:37 2005 @@ -236,8 +236,12 @@ } - return theme('table', $header, $rows); } + else { + $rows[] = array('There are no existing containers or forums.', ''); + $rows[] = array('Click on the "add container" or "add forum" tab to create one.', ''); + } + return theme('table', $header, $rows); } /**