diff --git a/web/html/voters.php b/web/html/voters.php index 02abe290..cf119a65 100644 --- a/web/html/voters.php +++ b/web/html/voters.php @@ -15,26 +15,28 @@ $SID = $_COOKIE['AURSID']; $pkgid = intval($_GET['ID']); $votes = getvotes($pkgid); -$account = account_from_sid($SID); +$atype = account_from_sid($SID); -if ($account == 'Trusted User' || $account == 'Developer') { +html_header(__("Voters")); + +if ($atype == 'Trusted User' || $atype== 'Developer'): ?> - -
- -