don't need SGN_TEST_SERVER env directly in test scripts
[sgn.git] / mason / homepage / news.mas
blob0db10e1e7f9df3dbaa8516bd6fa279ae1942436d
2 <%perl>
4 use strict;
6 use File::Spec;
7 use CXGN::Tools::File;
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 />";
13 eval {
14   $contents = CXGN::Tools::File::get_sections($file);
18 </%perl>
20 <div class="boxbgcolor1" style="margin:0px;">
21 <div class="boxheading">News</div>
22 <div class="boxcontent"><% $contents %></div>
23 <a href="oldhighlights.pl">See all news...</a>
24 </div>