Set the title in the Trusted User page

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Andrea Scarpino 2011-12-09 10:49:34 +01:00 committed by Lukas Fleischer
parent 0557f7705a
commit 7cb89be81f

View file

@ -5,7 +5,10 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
include_once("aur.inc.php"); include_once("aur.inc.php");
set_lang(); set_lang();
check_sid(); check_sid();
html_header();
$title = __("Trusted User");
html_header($title);
# Default votes per page # Default votes per page
$pp = 10; $pp = 10;