[aur-dev] [PATCH] Set the title in the Trusted User page
--- 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
On Fri, Dec 09, 2011 at 10:49:34AM +0100, Andrea Scarpino wrote:
--- web/html/tu.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Pushed, thanks!
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
participants (2)
-
Andrea Scarpino
-
Lukas Fleischer