10 my $vh = CXGN::VHost->new();
11 my $file = File::Spec->catfile($vh->get_conf('homepage_files_dir'), 'news.txt');
13 my $contents = "News is not available at the moment.<br /><br />";
16 $contents = CXGN::Tools::File::get_sections($file);
22 <div class="boxbgcolor1" style="margin:0px;">
23 <div class="boxheading">News...</div>
24 <div class="boxcontent"><% $contents %></div>
25 <a href="oldhighlights.pl">See all news...</a>