diff --git a/appview.php b/appview.php index 764ee32..9540976 100644 --- a/appview.php +++ b/appview.php @@ -267,9 +267,12 @@ if($appId && !$versionId) echo " Vendor ". " ".stripslashes($vendor->vendorName)."  \n"; echo " BUGS ". - " Check for bugs in bugzilla  \n"; + " Check for bugs in bugzilla  \n"; echo " \n"; - + echo " Votes "; + echo vote_count_app_total($data->appId); + echo " \n"; + // display notes display_notes($appId);