home *** CD-ROM | disk | FTP | other *** search
/ Neil's C++ Stuff / 2002-11-php_neilstuff_com.zip / _xnl.php < prev    next >
Text File  |  2001-03-10  |  104b  |  4 lines

  1. <?    global $srcdir, $srcfile;
  2.     require_once('news/format.php');
  3.     echo(FormatXNL($srcfile, 'html'));
  4. ?>