|
|
|
$site = $_GET['site'] . ".php";
if(file_exists($site)) {
include($site);
} else {
include('news.php');
}
if(($_GET['site']))
?>
|
|
|
|
|
|
include("sc_files.php"); ?>
|
|
|
 |
|
 |
|
include("sc_articles.php"); ?>
|
|
|
|
 |
|
include("sc_potm.php"); ?>
|
|
|
|
 |
|
include("shoutbox.php"); ?>
|
|
|
|
 |
|
include("counter.php"); ?>
|
|
|
|
 |
|