include_once("code/site_functions.php"); if (isset($_REQUEST['inc'])){$inc=$_REQUEST['inc'];} else{unset($inc);} if (!isset($inc)) {$inc="home";} ?>
if($inc == "home"){ ?>
/*include "code/quotes.php";*/ ?>
/*include "code/music.php";*/ ?> } elseif (!($inc == "home") && !($inc == "ueditor")){?> include "code/adds.php"; ?>
} ?>
|
include "code/$inc.php" ?>
if($inc == "home"){
#include "code/news.php";
#include "include/lastfm.php";
}
?>
|
if((($inc == "projects") || ($show="projects")) && !($inc == "home") && !($inc == "ueditor")){
echo ""; include "code/adds2.php"; echo " | "; } ?>