$alib->getSubjects(), 'actions' => $alib->getAllActions(), 'objects' => $alib->getAllObjects(), 'msg' => $_SESSION['alertMsg'] ); unset($_SESSION['alertMsg']); // forms prefill: if(is_array($_SESSION['lastPost'])) $d = array_merge($d, array( 'lastSubj' => $_SESSION['lastPost']['subj'], 'lastAction'=> $_SESSION['lastPost']['permAction'], 'lastObj' => $_SESSION['lastPost']['obj'] )); unset($_SESSION['lastPost']); #header("Content-type: text/plain"); print_r($d); exit; require_once"alib_f.php"; // template follows: ?>