Ejemplo n.º 1
0
 /**
  * Function fnRSSUpdates to Update Rss
  * @uses clsUtil::fnMarmik Uses fnGetProfilePhotoofUser function of user package to Get Profile Photo of User
  * @access public
  * @param string $strQue
  * @return array
  */
 function _fnHome()
 {
     $strGetJsString = clsUtil::fnGetJsSrcString($this->strAction);
     $arrContent['JS'] = $strGetJsString;
     $arrContent['CONTENT'] = $this->hdlTpl->get();
     return clsUtil::fnProcessStructure($arrContent);
 }