| Recommend this page to a friend! |
| Classes of BasicA | > | Search Engine Class | > | main.php | > | Download | ||
|
|||||||||||||||||||||
<?php
/*$SITE = "page1";*/
include("../php-inc/page_top.htmlinc.php");
include("../contents/" . $SITE . ".htmlinc.php");
include("../php-inc/page_bot.htmlinc.php");
?>
|