zmodel = Mage::getModel('livechat/livechat')->load(1); $zoptions = $this->zmodel->_data; $salt = array('salt' => $zoptions["salt"]); // this removes im bots if ($this->getRequest()->getParam('remove')=="yes") { $this->do_post_request(ZOPIM_IMREMOVE_URL, $salt); $html = '
Instant Messaging Integration |
'; if (isset($iminfo["bots"])) { $html .= " "; // .$this->getRequest()->getParam('abc') $html .= '
IM Cient | Chat Bot Name |
'.$iminfo["bots"]["gtalk"].' | |
'.$iminfo["bots"]["msn"].' | |
'.$iminfo["bots"]["yahoo"].' | |
'.$iminfo["bots"]["aim"].' |