分类:
2008-06-10 21:21:18
*** sb_display.php Mon Mar 24 12:10:50 2008
--- sb_display.php.orig Mon Mar 24 10:42:19 2008
***************
}
$entry_array[ 'stars_nototals' ] = $str;
$str .= ' ( ' . round( $rating * 5, 1 ) . ' / ' . $votes . ' )';
+ // Tasuka Add HEMiDEMi link
+ $str .= '
';
$entry_array[ 'stars' ] = $str;
}