home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / faq.php < prev    next >
PHP Script  |  2000-12-05  |  259b  |  19 lines

  1. <?php
  2.  
  3. if (!isset($mainfile)) { include("mainfile.php"); }
  4.  
  5. include("header.php");
  6. ?>
  7. <font size=3>
  8. <p align=justify>
  9.  
  10. Put here your FAQ section...
  11. <br><br>
  12. In the future versions of PHP-Nuke I'll put the code FAQ here.
  13.  
  14. </p>
  15.  
  16. <?php
  17. include("footer.php");
  18. ?>
  19.