mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Set the title in the Trusted User page
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
0557f7705a
commit
7cb89be81f
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue