1083c1083,1087 < $sectionName = substr($this->getPathFromPageId($theId),1); --- > $sectionName = $this->getPathFromPageId($theId); > if ($sectionName[0] == '/'){ > $sectionName = substr($sectionName,1); > } >