* @param Interment $this->interment */ $highlighted_map = ''; $zoomed_map = ''; if ($this->interment->getSection_id()) { $highlighted_map = $this->interment->getSection()->getMap(); $zoomed_map = $this->interment->getSection()->getMap('zoom'); } echo "
interment->getURL()}\">Back to Interment Details
"; if ($highlighted_map) { echo "We do not have information for this burial or we do not have the section currently mapped.
"; }