include $_SERVER['DOCUMENT_ROOT'].'/includes/lib/basic_functions.inc'; loginrequired(); dbconnect(); if($_GET['loggedin']) {$myresultmessage = "Welcome back, ".$userdata['email'];} if($_GET['newuser']) {$firstuse = "onload=\"$('#firstuseModal').modal('show');\"";} $mybookdata = getbooksbyownerid($_SESSION['user']['person_id']); $thispersondata = getpersonbypersonid($_SESSION['user']['person_id']); $proposalsactive ='active'; ?> include $_SERVER['DOCUMENT_ROOT'].'/elements/pagetop.inc'; ?>
> include $_SERVER['DOCUMENT_ROOT'].'/elements/header.inc'; ?> include $_SERVER['DOCUMENT_ROOT'].'/elements/application-navbar.inc'; ?> include $_SERVER['DOCUMENT_ROOT'].'/elements/modal-firstuse.inc'; ?> include $_SERVER['DOCUMENT_ROOT'].'/elements/pagebottom.inc'; ?>