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 >
Wrap
PHP Script
|
2000-12-05
|
259b
|
19 lines
<?php
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
<font size=3>
<p align=justify>
Put here your FAQ section...
<br><br>
In the future versions of PHP-Nuke I'll put the code FAQ here.
</p>
<?php
include("footer.php");
?>