getAuthIdentity()) { $this->_initLeftNavigationBlock(); } return $this; } protected function _initLeftNavigationBlock() { $item = array( 'sub' => $this->_getUserNavigationList(), 'active' => $this->getOption('id'), 'tpl' => $this->getTemplate('navigation.tpl') ); $this->addItem($item, 'LEFT_ITEMS'); return $this; } }