_options['tpl'])) { if (!file_exists(BASE_PATH . '/tpl/' . $this->_options['tpl'])) { if (false !== ($template = Qs_SiteMap::getTemplate($this->_options['tpl']))) { $this->_options['tpl'] = $template; } } } $this->addItem($this->_options); } }