added a comment section..
[sgn.git] / mason / homepage / feature_focus.mas
blobba79560b414c17960bee11399367921d60c05e63
2 <%perl>
4 use strict;
5 use CXGN::Tools::File;
6 use CXGN::VHost;
7 use File::Spec;
9 my $vh = CXGN::VHost->new();
10 my $file = File::Spec->catfile($vh->get_conf('basepath'), 'documents', 'feature_focus.txt');
13 my $FEATURE_FOCUS=CXGN::Tools::File::read_commented_file("$file");
15 </%perl>
17 <div class="boxbgcolor5" style="border-left:1px;border-right:0px; border-top:0px;border-bottom:0px; margin:0px;">
19 <!-- div class="boxheading">Feature Request</div --><br /><% $FEATURE_FOCUS %>
20 </div>