**
**    ACH is distributed in the hope that it will be useful,
**    but WITHOUT ANY WARRANTY; without even the implied warranty of
**    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
**    GNU General Public License for more details.
**
**    You should have received a copy of the GNU General Public License
**    along with Open Source ACH. If not, see <http://www.gnu.org/licenses/>.
//////////////////////////////////////////////////////////////////////////////// */
/* this file is the parent of every project-specific page. It needs to be cleaned up: divs, JS scripts and PHP
	are pretty messy here */
include "code/includes.php";
$id = $_REQUEST['id'];
$part = $_REQUEST['part'];
$active_project = new Project();
$active_project->populateFromID($id);
$active_project->getUsers();
$active_owner = new User();
$active_owner->populateFromID($active_project->user_id);
?>



<html>
<head>
	<title>
	<?php 
if ($active_project->id === NULL) {
    ?>
	
		ACH: This project does not exist