5 publication_of_the_week.mas - a mason module to display an html section with news, read from a file.
9 The module does not require any parameters. If the file read does not succeed, an error message is displayed.
13 Lukas Mueller <lam87@cornell.edu>
24 use CXGN::Tools::File;
26 my $vh = CXGN::VHost->new();
28 my $publications = "The publication of the week is currently unavailable.<br /><br />";
32 $publications = CXGN::Tools::File::get_sections(File::Spec->catfile($vh->get_conf('homepage_files_dir'), "publications.txt"));
38 <div class="boxbgcolor1" style="margin:0px;">
39 <div class="boxheading">Featured publication</div>
40 <div class="boxcontent"><% $publications %>
41 <a href="oldpublications.pl">See all publications...</a></div>