/** * conform deletion of Page Layout */ function confirmedDeletePgObject() { foreach ($_POST["pglayout"] as $id) { $pg_obj = new ilPageLayout($id); $pg_obj->delete(); } $this->ctrl->redirect($this, "viewPageLayouts"); }