mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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 <wizzomafizzo@gmail.com>
This commit is contained in:
parent
d4b07f2b33
commit
379e16eebd
7 changed files with 43 additions and 62 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue