Help for this page

Select Code to Download


  1. or download this
    <BODY>
    Here's the text from the .txt file<br>
    <TMPL_INLCUDE NAME="filename.txt">
    
  2. or download this
    $template->param(TITLE => $Title);
    print $template->output;
    
  3. or download this
    <HTML>
    <HEAD>
    <TITLE><TMPL_VAR NAME="TITLE"></TITLE>