app->googleSearchApi; if (!empty($searchApiKey)) { $this->doc->addScript('http://www.google.com/jsapi', array(), 'jsapi'); $this->doc->addStylesheet('http://www.google.com/cse/style/look/default.css'); $this->doc->addScript('js/app/googleSearch.js'); $this->_addItem( array( 'searchApiKey' => $searchApiKey, 'tpl' => $this->getTemplate('search.tpl') ) ); } return $this; } }