implementing a test for multi-categories parsing check feature.
[sgn.git] / mason / homepage / oldhighlights.mas
blob5ec42261d709f1647646b01424aceb699be6d0df
2 <%perl>
3 use strict;
4 use File::Spec;
6 my $file=File::Spec->catfile($c->get_conf('homepage_files_dir'), 'news.txt');
8 my $highlights = qq{ <p class="boxbgcolor5"><br />News are not available at the moment. We apologize for any inconvenience. Please check back later.<br /><br /></p> };
10 eval { 
11   $highlights = $m->file($file);
14 </%perl>
16 <& /page/page_title.mas, title=>'All past SGN news items' &>
18 <% $highlights %>