6 /homepage/getting_started.mas - a mason component to display a sidebar on the SGN homepage
10 Loads and displays the file at 'homepage_files_dir'/getting_started.txt
14 Lukas Mueller <lam87@cornell.edu>
26 my $file = File::Spec->catfile($c->get_conf('homepage_files_dir'), 'getting_started.txt');
28 my $contents = "Sidebar contents are not available at the moment.<br /><br />";
31 $contents = $m->file($file);
33 if ( $@ && !$c->get_conf('production_server') ) {