<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <?php session_start(); include_once "./Manager/ConnectionManager.php"; include_once "./Manager/ProjectManager.php"; include_once "./Manager/PhotoManager.php"; if (isset($_GET['message'])) { print '<script type="text/javascript">alert("' . $_GET['message'] . '");</script>'; } $projectMgr = new ProjectManager(); $photoMgr = new PhotoManager(); $projectList = $projectMgr->getAllProjects(); $photoListJson = $photoMgr->getAllPhotosInJson(); ?> <head> <title>Admin | Issac</title> <!-- Meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Responsive HTML5 Website landing Page for Developers"> <meta name="author" content="3rd Wave Media"> <link rel="shortcut icon" href="favicon.ico"> <link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="public_html/bootstrap/js/bootstrap.min.js"></script>