thanx but its not working ....in my 1.6 dev
function q_item_stats($q_item)
{
$this->output('<DIV CLASS="qa-q-item-stats">');
$this->voting($q_item);
$this->a_count($q_item);
$this->output(
'<SPAN CLASS="q-list-points">',
$this->short_num($q_item['raw']['views']),
'</SPAN>'
);
}
it breaks my whole theme