170. }elseif(is_array($this->oRequest->PATH)){ 171. $iPathLength = count($this->oRequest->PATH); 172. if ($iPathLength != 1) { 173. $oRootPage = current($this->oRequest->PATH); 174. } 175. } 176.