#'; } function sortArchive($path){ global $sortArray; $path = substr($path,0,4).substr($path,5,2); $sortArray[] = $path; } function AddComment($sPostId, $sPostTitle){ // no point in the blogback functionality if the site is not there. return; if ($sPostId > 8286196){ ?>

 ...

2001) $blogBack = true; if ($archive=='all'){ $logFile = 'content/main_blogarchive.php'; } else if (file_exists($file)){ $logFile = $file; } else { $blogBack = true; $logFile = 'blog/blog.php'; } } else { $blogBack = true; $logFile = 'blog/blog.php'; } include('global.php'); include('structure/headopen.php'); include('structure/head.php'); include('structure/headclose.php'); include('structure/topnav.php'); include('structure/nav.php'); include('structure/openmain.php'); if($logFile)include($logFile); include('structure/closediv.php'); include('structure/foot.php'); include('structure/footclose.php'); ?>