9 Dec
2011
9 Dec
'11
9:49 a.m.
--- web/html/tu.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/web/html/tu.php b/web/html/tu.php index 6e202c8..6e04353 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; -- 1.7.8