set messed-up SGN::View::Feature test as TODO
[sgn.git] / cgi-bin / outreach / index.pl
blob4092b9c960a83e7704084a5646e6d0c373c2dc50
1 use CatalystX::GlobalContext qw( $c );
4 use strict;
6 $c->forward_to_mason_view('/about/outreach/index.mas');
9 # use CXGN::Page;
10 # use CXGN::Page::FormattingHelpers qw/ blue_section_html page_title_html /;
12 # my $page=CXGN::Page->new('SGN Educational Outreach','Joyce van Eck');
14 # $page->header('SGN Educational Outreach');
16 # my $title = page_title_html("SOL Outreach Activities and Materials");
18 # my $overview = blue_section_html("Overview", <<OVERVIEW);
20 # LINKS
22 # print $title;
23 # print $overview;
24 # print $activities;
25 # print $links;
27 # $page->footer();