From 379e16eebda1ba9bfc45de486e99e480843d086a Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Sun, 13 Jan 2008 07:43:05 +0900 Subject: Support for verbose page titles Verbose page titles again Adds support for more verbose page titles based on current page and action by user and removes sort by options from search form as they're obsolete by column links. Signed-off-by: Callan Barrett --- web/html/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web/html/index.php') 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 "
\n"; -- cgit v1.2.3-24-g4f1b