9 my $file = File::Spec->catfile($c->get_conf('homepage_files_dir'), 'news.txt');
11 my $contents = "News is not available at the moment.<br /><br />";
14 $contents = CXGN::Tools::File::get_sections($file);
20 <!-- <div class="boxbgcolor1" style="margin:0px;">
21 <div class="boxheading">News</div>
22 <div class="boxcontent"> -->
26 <button class="btn btn-info btn-sm" onclick='location.href="/oldhighlights.pl"'>See all news...</button>
29 <a href="oldhighlights.pl">See all news...</a>