2 Displays SGN presentations schedule in workshops, conferences, weddings etc..
4 add the schedule to /data/prod/public/sgn_homepage/sgn_events.txt
5 make a link to '/sgn-events' in an event notice SGN is participating.
13 use CXGN::Tools::File;
15 my $file = File::Spec->catfile($c->config->{'homepage_files_dir'}, 'sgn_events.txt');
17 my $contents = "No SGN event is scheduled at the moment.<br /><br />";
20 $contents = CXGN::Tools::File::get_sections($file);
26 <div class="boxbgcolor1" style="margin:0px;">
27 <div class="boxheading">SGN Presentations</div>
28 <div class="boxcontent"><% $contents %></div>