[aur-dev] [PATCH] Set the title in the Trusted User page

Andrea Scarpino andrea at archlinux.org
Fri Dec 9 04:49:34 EST 2011


---
 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



More information about the aur-dev mailing list