diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php index 99cccbc6..617b16a3 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -7,10 +7,7 @@ include("pkgfuncs_po.inc"); # Add to handle the i18n of My Packages include("aur.inc"); set_lang(); check_sid(); - -# Any cookies have been sent, can now display HTML -# -html_header(); +html_header(__("Home")); # Big Top Level Table (Table 1) echo "<div class=\"pgbox\">\n"; |