From 7cb89be81f9113380ee7e3b80d37fbd3b58f77fd Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 9 Dec 2011 10:49:34 +0100 Subject: Set the title in the Trusted User page Signed-off-by: Lukas Fleischer --- web/html/tu.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/html/tu.php b/web/html/tu.php index 6e202c80..6e043538 100644 --- a/web/html/tu.php +++ b/web/html/tu.php @@ -5,7 +5,10 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); include_once("aur.inc.php"); set_lang(); check_sid(); -html_header(); + +$title = __("Trusted User"); + +html_header($title); # Default votes per page $pp = 10; -- cgit v1.2.3-24-g4f1b