/**
  * Get Widget HTML
  *
  * Returns HTML code for this widget
  *
  * @param array $params Parameters passed from the template
  * @return string HTML code for this widget
  */
 function getHTML($params)
 {
     global $conf;
     return $conf['locale']['currency_symbol'] . parent::getHTML($params);
 }