*/ ?>

Add "; } ?> Deeds

deedList as $deed) { $editButton = ''; if (userIsAllowed('Deeds')) { $url = new URL(BASE_URL.'/deeds/updateDeed.php'); $url->id = $deed->getId(); $editButton = " "; } $section = View::escape($deed->getSection()); $lot = View::escape($deed->getLot()); $owner1 = View::escape($deed->getOwner(1)); $owner2 = View::escape($deed->getOwner(2)); $date = $deed->getIssueDate('n/j/Y'); echo "
Section, Lot Owner 1 Owner 2 Issue Date Cemetery
$editButton {$deed->getSection()}, {$deed->getLot()} "; } ?>