getObject($params); $keyword = $object->GetDBField('Keyword'); return $this->Application->HREF($params['search_template'],'', Array('keywords' => $keyword)); } /** * If data was modfied & is in TempTables mode, then parse block with name passed; * remove modification mark if not in TempTables mode * * @param Array $params * @return string * @access public * @author Alexey */ function SaveWarning($params) { if ($this->Prefix == 'c-search') { return $this->Application->ProcessParsedTag('c', 'SaveWarning', $params); } return parent::SaveWarning($params); } }