_doc->isEnabledGoogleSearchEngine()) { $this->_showGoogleSearchResults(); } return $this; } protected function _showGoogleSearchResults() { $item = [ 'searchEngineId' => App_Settings_Obj::get('googleSearchEngineId'), 'tpl' => $this->getTemplate('google-search-results.tpl') ]; $this->_addItem($item); $this->_doc->addStylesheet('css/modules/google-search.css'); return $this; } }