Help for this page

Select Code to Download


  1. or download this
    <br />
    <TMPL_VAR NAME=ARTICLE_HDR_FRAME>
    ...
          <td><TMPL_VAR NAME=FONTFACE>A small blurb of the article, a 'tea
    +ser', which is the first few sentences of the full article.</font></t
    +d>
       </tr>
    </table>
    
  2. or download this
    sub front_page_articles {
    my $fp_article_template = HTML::Template->new(filename => 'templates/a
    +rticles.tmpl');
    ...
    );
    print $fp_article_template->output;   
    }